v2
latestOpenAPI 3.0.02026-07-31226285.0 KBWorkflows
getDefinition
Get specific Definition by id from the Organization.
get/v1/workflows/definitions/{definitionId}
Path parameters
definitionIdstring required
Short uuid (length 8) to identify the Workflow Definition.
Response
Returns the Workflow definition
Example response
{
"creationTime": "2021-04-27T12:01:13.000Z",
"lastUpdateTime": "2021-04-27T12:01:13.000Z",
"dueDate": "2021-04-27T12:00:00.000Z",
"flow": [
{
"dueDate": "2021-04-27T12:00:00.000Z",
"steps": [
{
"dueDate": "2021-04-27T12:00:00.000Z"
}
]
}
],
"closingReasons": [
{
"id": "x739cew"
}
],
"updateEntityAttributes": [
{
"target": {
"entitySchema": "opportunity",
"entityAttribute": "my_status"
}
}
]
}