PaginatedResponse[TransactionDisplayRead]
items object[]required
Array [
idIdrequired
Unique numeric identifier of the record.
company_idCompany Idrequired
ID of the owning company (the top-level tenant account).
amountAmountrequired
entry_typeTransactionTyperequired
Possible values: [token_usage, channel_fee, topup]
created_atdate-timerequired
Creation time (UTC, ISO 8601).
]
pagePagerequired
limitLimitrequired
totalTotalrequired
pagesPagesrequired
PaginatedResponse[TransactionDisplayRead]
{
"items": [
{
"id": 0,
"company_id": 0,
"amount": "string",
"entry_type": "token_usage",
"created_at": "2024-07-29T15:51:28.071Z"
}
],
"page": 0,
"limit": 0,
"total": 0,
"pages": 0
}