Get the headers for a list of workflow tasks
head/processes/tasks
Returns the headers for a list of workflow tasks.
Name | Type | Required | Description |
---|---|---|---|
fields | string | false | The comma-separated list of resource members to return in the collection. |
filter | string | false | Filters the collection using prefix function syntax using selected resource members. |
includeOnlyWorkableTasks | boolean | false | Returns only the tasks the calling user is allowed to work. |
limit | integer<int32> | false | The number of items that were requested for the collection. Default: 20 |
sortBy | string | false | The sorting preference for selected resource members in the returned collection. Default: id:ascending |
start | integer<int64> | false | The zero-based index of the first item in the collection. Default: 0 |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. |