GetAction Method
Description
Retrieves the latest version of an action, or a specific version of an action.
HTTP Request
GET https://api.skeddly.com/api/Actions/<id>
URL Parameters
id
Action ID or Action Version ID of the action to return. When specifying an action ID for id
, the latest version of the action will be returned. When specifying an action version ID for id
, the specified version will be returned.
Type: string
Required: Yes
Query Parameters
include
A comma-separated list of extra data to include
Type: string
Valid Values:
displayData
lastExecution
parameters
Required: No
Returns
An Action object.
Sample Request
Sample Response
Last updated