GET /transactions
Summary: Returns a paginated list of transactions
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
- Results are paginated and the default is value is 100 if no limit is provided
Parameters (4)
limit
(integer, query, optional)
The maximum number of results to return per page
pageNumber
(integer, query, optional)
The result set page number to be returned
query
(string, query, optional)
A query document. Example: {'userId':'1'} matches all the transactions that have the userId '1'.
sort
(string, query, optional)
A sort document. Example: {'date':1} sorts the results by total in ascending order
No probe data for this endpoint yet.