Workflow
Get details of a workflow.
Get the details of a workflow identified by its id.
get/api/v2/workflows/{id}
Path parameters
idinteger required
The id of the workflow requested.
Response
Success
Example response
{
"WorkflowId": 45,
"Order": 1,
"Name": "My Workflow",
"ActionType": "NotifyByEmail",
"Status": "Active"
}