Get all shipment security type

Filters

To understand the filters parameter and the customization of API responses, please refer to the filters page.

List of filters
  • code - to filter by the code.

  • name - to filter by the name.

  • position - to filter by the position.

  • createdAt - to filter by the creation date.


Get a collection of shipment security types

get

Get a collection of shipment security types

Authorizations
Responses
200Success
application/json
get
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"
  }
}

Last updated