brief=true retourne un payload minimal par transaction: id, code, name, updated_at, invoicing_type, transaction_type, customer_number/supplier_number, deleted, _links.brief=false retourne la ressource complète avec en-tête, lignes, taxes, totaux et statut.shipping et taxes.x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/invoicing/transactions?page&page_size&brief&invoicing_type&transaction_type&profile_offset&customer_id&customer_code&supplier_id&supplier_code&from_datetime&to_datetime' \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": 1,
"name": "Item 1"
},
{
"id": 2,
"name": "Item 2"
}
],
"page": 1,
"page_size": 50,
"total": 150,
"total_pages": 3
}