Skip to main content
GET
/
handling_unit_history
/
{id}
Get handling_unit_history by ID
curl --request GET \
  --url https://api.truecold.io/handling_unit_history/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "handling_unit_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "zone_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "delivery_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "site_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "type": "<string>",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Contact your administrator to get an API key.

Path Parameters

id
string
required

Handling_unit_history ID

Response

Successfully retrieved handling_unit_history

Handling_unit_history entity (API response)

id
string<uuid>

Unique identifier

handling_unit_id
string<uuid>

Handling unit ID

zone_id
string<uuid>

Zone ID

delivery_id
string<uuid>

Delivery ID

account_id
string<uuid>

Account ID

site_id
string<uuid>

Site ID

created_at
string<date-time>

Creation timestamp

type
string

Type

updated_at
string<date-time>

Last update timestamp