{ "count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [ { "id": "<string>", "type": "transfer", "status": "pending", "amount": "<string>", "opening_balance": "<string>", "balance_after_transaction": "<string>", "account": "<string>", "currency": { "id": "<string>", "name": "<string>", "code": "<string>", "symbol": "<string>" }, "reference": "<string>", "receipient": [ { "id": "<string>", "name": "<string>", "bank_code": "<string>", "bank_name": "<string>", "account_number": "<string>", "amount": "<string>" } ], "narration": "<string>", "direction": "Outbound", "client_identifier": "<string>", "trace_number": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
A page number within the paginated result set.
Number of results to return per page.
123
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"
Show child attributes