Get all shipment service type

Groups

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

List of groups
  • society - retrieve information about the society

Filters

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

List of filters
  • id - to filter by the unique identifier.

  • name - to filter by the name.

  • society.societyId - to filter by the society ID.

  • society.name - to filter by the society name.

  • createdAt - to filter by the creation date.


Get a list of shipment service types

get

Get a list of shipment service types

Authorizations
Responses
200Success
application/json
get
GET /shipment-service-type HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Accept: */*
{
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "society": "text",
      "name": "text",
      "description": "text",
      "createdAt": null,
      "updatedAt": null
    }
  ],
  "metadata": {
    "count": 1,
    "current": "text",
    "next": "text"
  }
}

Last updated