x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/inventory/category-items?page&page_size&brief&category_id&category_code&from_datetime&to_datetime' \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": 15,
"code": "ROUGE:PETIT",
"name": "Article rouge petit",
"category": {
"id": 1,
"code": "ROUGE"
},
"is_active": true,
"updated_at": "2026-03-01T10:00:00-04:00",
"_links": {
"self": "/api/inventory/category-items/by-id/15"
}
},
{
"id": 22,
"code": "BLEU:GRAND",
"name": "Article bleu grand",
"category": {
"id": 2,
"code": "BLEU"
},
"is_active": true,
"updated_at": "2026-02-15T14:30:00-04:00",
"_links": {
"self": "/api/inventory/category-items/by-id/22"
}
}
],
"page": 1,
"page_size": 50,
"total": 45,
"total_pages": 1
}