AM/FA/Inv - Get Sequence Data
Details
Synopsis
This route is used to retrieve the sequence of events that happened within a particular timeframe. This includes transactions, errors, orchestrations and jobs, ordererd by timestamp in an ascending order. This endpoint is paginated, up to 100 records can be retrieved per call. This endpoint can be called by applications with access to scope "readSequencer".
- : readSequencer
The number of rows being retrieved. Must be a positive integer.
The offset (i.e. row start index). Must be a positive integer (or 0).
The start date from which the transactions are to be retrieved. If not provided then the system will retrieve transactions from the very first record.
The end date until which the transactions are to be retrieved. If not provided then the current timestamp will be considered.
Successfully retrieved sequence data
The following error codes can be returned: - GN0002 - GN0004 - GN0005 Please refer to the error code dictionary for the details of each error code.
The following error codes can be returned: - AU0001 Please refer to the error code dictionary for the details of each error code.
The following error codes can be returned: - AU0002 Please refer to the error code dictionary for the details of each error code.
Last updated
Was this helpful?

