Get all shipment event type
Filters
To understand the filters parameter and the customization of API responses, please refer to the filters page.
Get all shipment event types
Authorizations
Responses
200Success
application/json
400
Bad Request
application/json
401
Unauthorized Entity
application/json
422
Unprocessable Entity
application/json
get
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"
}
}
Last updated