Get workflow history
get/flows/{decisionId}/workflows/history
Retrieves the workflow history for the specified decision.
1{2 "items": [3 {4 "status": "string",5 "timestamp": "2019-08-24T14:15:22Z",6 "user": "string"7 }8 ],9 "revisions": [10 "string"11 ],12 "start": "2019-08-24T14:15:22Z",13 "end": "2019-08-24T14:15:22Z",14 "count": 015}
Name | Type | Required | Description |
---|---|---|---|
endDate | string<date-time> | false | The end date for the workflow history. |
endRevision | number<double> | false | The ending revision number for the workflow history. |
limit | integer | false | The maximum number of items to return on this page of results. Default: 50 |
start | integer | false | The starting index of the first item on a page. The index is 0-based. Default: 0 |
startDate | string<date-time> | false | The start date for the workflow history. |
startRevision | number<double> | false | The starting revision number for the workflow history. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Schema | |
400 | Bad Request | The request was invalid. | Schema | |
404 | Not Found | No workflow history exists for the specified decision. | Schema |