Last updated 8 months ago
To understand the groups parameter and the customization of API responses, please refer to the .
shipment - retrieve information about the shipment
shipment
type - retrieve information about the type
type
To understand the filters parameter and the customization of API responses, please refer to the .
id - to filter by the unique identifier.
id
shipment.shipmentId - to filter by the shipment ID.
shipment.shipmentId
shipment.orderReference - to filter by the order reference of the shipment.
shipment.orderReference
type.id - to filter by the type ID.
type.id
type.name - to filter by the type name.
type.name
isDone - to filter by whether the task or process is done.
isDone
createdAt - to filter by the creation da
createdAt
Get a collection of shipment services
column_name
asc|desc
GET /shipment-service HTTP/1.1 Host: api.one-record.fr Authorization: Bearer JWT Accept: */*
{ "data": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "shipment": "123e4567-e89b-12d3-a456-426614174000", "type": "123e4567-e89b-12d3-a456-426614174000", "quantity": 1, "isDone": true, "createdAt": null, "updatedAt": null } ], "metadata": { "count": 1, "current": "text", "next": "text" } }