Download OpenAPI specification:Download
Public api that deals with transaction timeline
Used to retrieve a transaction's timeline/s
tenantId required | string <guid> The tenant id |
transactionId required | string <guid> The transaction id |
command required | string The command whether to return current or all timelines for a transaction |
userId required | string <guid> The user id - optional (use NULL value if unavailable) |
x-api-version required | integer Value: 1 Example: 1 Indicates the version of this API to be used. |
x-api-compleat-key required | string <guid> Example: d025eedc-5ea0-4de8-be9f-f8873545add9 The header containing compleat api key. |
{- "Timelines": [
- {
- "Started": "2019-08-24",
- "NodeGroups": [
- {
- "Action": "string",
- "Nodes": {
- "DateTime": "2019-08-24",
- "User": {
- "Id": "string",
- "Name": "string"
}, - "Description": "string",
- "Comment": "string"
}
}
]
}
], - "MetaData": {
- "RequestUrl": "string",
- "Version": 1,
- "DateCreated": "2019-08-24"
}
}