curl --location '/api/v1/transactions?account_id=undefined&q=undefined&date_filter=undefined&year=undefined&month=undefined&start_date=undefined&end_date=undefined&transfer_type=undefined&kind=undefined&category_id=undefined&sort_by=undefined&sort_order=undefined&page=undefined&per_page=undefined' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kind": "incoming",
"amount": {
"cents": 100000,
"currency": "IDR"
},
"description": "Grocery shopping at supermarket",
"notes": "string",
"reference_number": "string",
"transaction_date": "2019-08-24T14:15:22.123Z",
"account": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"label": "string",
"kind": "string"
},
"category": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"icon": "string",
"color": "string"
},
"is_transfer": true,
"transfer_type": "internal",
"transfer_details": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"external": true,
"external_destination": "string",
"external_name": "John Doe",
"external_account_number": "1234567890",
"source_amount": {
"cents": 100000,
"currency": "IDR"
},
"destination_amount": {
"cents": 100000,
"currency": "IDR"
},
"exchange_rate": 0,
"fee": {
"cents": 100000,
"currency": "IDR"
}
},
"attachments": [
{
"id": "string",
"filename": "string",
"content_type": "string",
"byte_size": 0,
"url": "string"
}
],
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"meta": {
"page": 0,
"per_page": 0,
"total_count": 0,
"total_pages": {}
}
}