x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/inventory/serials?page&page_size&brief&serial_type&product_id&product_code' \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": 42,
"serial_number": "SN-ABC123",
"serial_type": 1,
"product": {
"id": 5,
"code": "MAD-2X6"
},
"updated_at": "2026-03-01T10:00:00-04:00",
"_links": {
"self": "/api/inventory/serials/by-id/42"
}
},
{
"id": 58,
"serial_number": "SN-DEF456",
"serial_type": 2,
"product": {
"id": 12,
"code": "VIS-3P"
},
"updated_at": "2026-02-20T08:15:00-04:00",
"_links": {
"self": "/api/inventory/serials/by-id/58"
}
}
],
"page": 1,
"page_size": 50,
"total": 25,
"total_pages": 1
}