v1

latestOpenAPI 3.0.02026-08-064842333.5 MB
Workflow 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

endRownumber

The number of the end row that defines the end of the result set's returned objects. Use this parameter if you want to implement paging for results.

{"stackTrail":"paths:/workflowdelegationmanager.fetch:post:requestBody:content:application/json:schema:properties:oldValues","oasType":"schema","type":"unknown"}
operationTypestring
startRownumber

The number of the first row that defines the start of the result set's returned objects. Use this parameter if you want to implement paging for results.

textMatchStylestring

Response

OK