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 |
---|---|---|---|
decisionId | string | true | The identifier for the decision. Examples: "094078e7-278a-4719-a704-6e5e65af29ee" |
Name | Type | Required | Description |
---|---|---|---|
endDate | string<date-time> | false | The end date for the workflow history. Examples: "2021-12-31T23:59:59.999000Z" |
endRevision | number<double> | false | The ending revision number for the workflow history. Examples: 2 |
limit | integer | false | The maximum number of items to return on this page of results. Default: 50 Examples: 50 |
start | integer | false | The starting index of the first item on a page. The index is 0-based. Default: 0 Examples: 0 |
startDate | string<date-time> | false | The start date for the workflow history. Examples: "2021-01-01T00:00:00Z" |
startRevision | number<double> | false | The starting revision number for the workflow history. Examples: 1 |
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 |