Get the headers for the history metrics summary for all workflows
Returns the headers for the history metrics summary for all workflows.
Name | Type | Required | Description |
---|---|---|---|
assignee | string | false | Filters on tasks worked on by this user. |
containsTaskName | string | false | Filters for all task names that contain this value. |
containsWorkflowName | string | false | Filters for all tasks whose workflow name contain this value. |
endAt | integer<int64> | false | Filters based on this end timestamp. |
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. |
includeCancelledTasks | boolean | false | Includes tasks whose processes were canceled. Default: false |
includeUnclaimedTasks | boolean | false | Includes those tasks not currently assigned. Default: false |
limit | integer<int32> | false | The number of items that were requested for the collection. Default: 10 |
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 |
startAt | integer<int64> | false | Filters based on this start timestamp. |
taskDefinitionId | string | false | Filters on the specific task. |
taskName | string | false | Filters on the task name. |
workflowName | string | false | Filters on the workflow name. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request was successful. |