Last updated 8 months ago
To understand the filters parameter and the customization of API responses, please refer to the .
name - to filter by the name.
name
position - to filter by the position.
position
createdAt - to filter by the creation date.
createdAt
Get all shipment event types
GET /shipment-event-type HTTP/1.1 Host: api.one-record.fr Authorization: Bearer JWT Accept: */*
{ "data": [ { "name": "ARRIVAL", "description": "text", "position": 1, "createdAt": null, "updatedAt": null } ], "metadata": { "count": 1, "current": "text", "next": "text" } }