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