Get purchase details
Retrieve a list of purchase details
This operation will return purchase details
GET
Retrieve a list of purchase details
Query Parameters
Current page
How many purchase details should be returned per page, default is 30. Cannot be more than 100.
Required range:
1 < x < 100
The filter currently accepts two search fields; externalId
and transactionId
which you can match with the operator eq
. Two logical operators; AND and OR are supported, which means that you can combine a filter Ex. ?filter=externalId eq 1234
, ?filter=externalId eq 1234 AND transactionId eq 2222
The audit user to log the request
Response
200
application/json
Successfully retrieved
Retrieve a list of purchase details