Last updated 8 months ago
To understand the groups parameter and the customization of API responses, please refer to the .
code - retrieve information about the code
code
description - retrieve information about the description
description
categories - retrieve information about the categories
categories
To understand the filters parameter and the customization of API responses, please refer to the .
code - to filter by the code.
description - to filter by the description.
categories - to filter by the categories.
createdAt - to filter by the creation date.
createdAt
Retrieve all container
column_name
asc|desc
GET /shipment-anomaly-type HTTP/1.1 Host: api.one-record.fr Authorization: Bearer JWT Accept: */*
{ "data": [ { "code": "text", "description": "text", "categories": [ "text" ], "createdAt": null, "updatedAt": null } ], "metadata": { "count": 1, "current": "text", "next": "text" } }