v2
latestOpenAPI 3.0.02026-07-31226285.0 KBWorkflows
getDefinitions
Retrieve all V1 workflow definitions belonging to the authenticated organization.
get/v1/workflows/definitions
Response
Success - definitions loaded with success. Empty array if org has no definitions.
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"
}
}
]
}
]