List Workflow Step Analysis Occurrences
One page of the Workflow Step Analysis occurrence list - one row per task spawned from the workflow and completed in the window, slowest first, with the client-wait vs internal split. Standard offset/limit paging.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| workflowCode* | query string | |
| offset | query integer (int32) | Number of records to skip (default: 0). Use with limit for pagination. |
Number of records to skip (default: 0). Use with limit for pagination. |
||
| limit | query integer (int32) | Maximum number of records to return (default: 10, max: 50) |
Maximum number of records to return (default: 10, max: 50) |
||
| dateRange | query string | Preset date range for the task-completion window (default Last30Days). If CustomDateRange, startDate and endDate are required. |
Preset date range for the task-completion window (default Last30Days). If CustomDateRange, startDate and endDate are required. |
||
| startDate | query string | Task-completion window start (inclusive). Only valid when dateRange=CustomDateRange |
Task-completion window start (inclusive). Only valid when dateRange=CustomDateRange |
||
| endDate | query string | Task-completion window end (inclusive). Only valid when dateRange=CustomDateRange |
Task-completion window end (inclusive). Only valid when dateRange=CustomDateRange |
||