Skip to main content
GET
List transactions for a specific case
transaction_id is where the page_direction will begin from
Note: Retrieving Transactions by Case Id API Endpoint uses cursor pagination. The default behaviour returns 10 transactions in a response which can be changed by using argument page_limit, with further transactions stored in offsets. Optional Queries
  • page_limit
  • page_direction
  • transaction_id
page_direction· must conform to one of the following options
  • NEXT
  • PREV

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

Query Parameters

cursor
string

Cursor for pagination

page_limit
integer

Number of results to return per page.

Response

Transactions retrieved successfully.

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?cursor=cD00ODY%3D\""

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?cursor=cj0xJnA9NDg3"