AM/FA/Inv - Get Sequence Data

Details

/external/v1/sequencer

Synopsis

Get Sequence Data

get

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".

Required scopes
This endpoint requires the following scopes:
  • : readSequencer
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
pageSizenumberOptional

The number of rows being retrieved. Must be a positive integer.

offsetnumberOptional

The offset (i.e. row start index). Must be a positive integer (or 0).

fromDatestring · date-timeOptional

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.

toDatestring · date-timeOptional

The end date until which the transactions are to be retrieved. If not provided then the current timestamp will be considered.

Responses
200

Successfully retrieved sequence data

application/json
get
/external/v1/sequencer

Last updated

Was this helpful?