v1
latestOpenAPI 3.0.02026-08-064842333.5 MBWorkflow Delegation
List Delegated Workflows
Retrieves a list of workflow delegations. A filter can be applied to return Initialized, Activated, or EndDated workflow delegations only. See the example below.<p> The Filter Example: Returns only active delegations (status = ACTIVATED.)
{
"data":{
"_constructor":"AdvancedCriteria",
"operator":"and",
"criteria":[
{
"fieldName":"status",
"operator":"equals",
"value":"ACTIVATED"
}
]
}
}
post/workflowdelegationmanager.fetch
Request body
Response
OK