GET api/actions/{id}

Gets an action by its identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Action identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Json with information about the action.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.