Workflow Actions Application Event
GET {{base_url}}/Workflow/WorkflowActions/:ApplicationName/:EventID
Use this endpoint to retrieve a single action of an application in a workflow event by specifying the application name and event ID.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"EventID":"28FBC3A4219845DA9223E1D5D23A7D8E","ActionID":"E46E5BC3E15F4586A642CE6157302DAD","ActionOrder":1,"Action":"Email Alert","PRLevel":"","Active":"N","ActionType":"EmailAlert","Description":"Notify Employees of Rejection","Conditions":"","Language":"","ReadOnly":"N","ConditionMet":"Y"}]