Forecasted Transactions
List forecasted transaction events
Retrieve events for a specific forecasted transaction. Returns a list of events. For further details on Pagination, see the section above.
get/analytics/v2beta/forecasted-transactions/{id}/events
Path parameters
idstring required
Atlar resource ID.
Query parameters
limitinteger
Limit the number of items in resulting query response.
tokenstring
If a query response contains a non-empty nextToken, use that value as token query parameter to continue pagination.
Response
List of forecasted transaction events.
Example response
{
"items": [
{
"id": 1,
"organizationId": "0160f6ab-5741-49e1-af46-9138927e547e",
"entityId": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
"name": "CREATED",
"timestamp": "2022-08-20T12:20:40.866061374Z",
"details": {
"approvalStepId": "e741c062-19f6-46a0-be31-63dded5b0341"
},
"originator": "ATLAR"
}
],
"nextToken": "eyIxIjogIlRoaXMgaXMgYSBkdW1teSBwYWdpbmF0aW9uIHRva2VuLiJ9",
"token": "eyIwIjogIlRoaXMgaXMgYSBkdW1teSBwYWdpbmF0aW9uIHRva2VuLiJ9",
"limit": 100
}