Get workflow history

get/flows/{decisionId}/workflows/history
Internal-Use Only

Retrieves the workflow history for the specified decision.

Request Samples

1

Response Samples

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": 0
15}

Path Parameters

NameTypeRequiredDescription
decisionId
string
true

The identifier for the decision.

Examples:
"094078e7-278a-4719-a704-6e5e65af29ee"

Query Parameters

NameTypeRequiredDescription
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

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
400Bad RequestThe request was invalid.Schema
404Not FoundNo workflow history exists for the specified decision.Schema