x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/suppliers/transactions?page&page_size&brief&supplier_id&supplier_code&invoice_type&active_only&from_datetime&to_datetime' \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": 502,
"code": "AP-2026-00087",
"invoice_type": {
"id": 2,
"code": "invoice",
"label": "Facture"
},
"supplier": {
"id": 45,
"code": "F-10010"
},
"date": "2026-03-01T00:00:00",
"updated_at": "2026-03-05T14:00:00-05:00",
"_links": {
"self": "/api/suppliers/transactions/by-id/502"
}
},
{
"id": 503,
"code": "AP-2026-00088",
"invoice_type": {
"id": 2,
"code": "invoice",
"label": "Facture"
},
"supplier": {
"id": 46,
"code": "F-10020"
},
"date": "2026-03-02T00:00:00",
"updated_at": "2026-03-05T15:00:00-05:00",
"_links": {
"self": "/api/suppliers/transactions/by-id/503"
}
}
],
"page": 1,
"page_size": 50,
"total": 502,
"total_pages": 11
}