Skip to main content
GET
/
handling_unit_history
/
handling_unit
/
{huid}
List handling_unit_historys
curl --request GET \
  --url https://api.truecold.io/handling_unit_history/handling_unit/{huid} \
  --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",
    "updated_at": "2023-11-07T05:31:56Z",
    "ended_at": "2023-11-07T05:31:56Z",
    "TOR_accumulated_minutes": 123,
    "max_temp": 123,
    "min_temp": 123,
    "avg_temp": 123,
    "humidity_min": 123,
    "humidity_max": 123,
    "humidity_avg": 123
  }
]

Documentation Index

Fetch the complete documentation index at: https://integrations.truecold.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

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

Path Parameters

huid
string
required

huid parameter

Query Parameters

Search term to filter results

page
integer

Page number for pagination

Required range: x >= 1
pageSize
integer

Number of items per page

Required range: 1 <= x <= 100

Response

Successfully retrieved handling_unit_historys

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

updated_at
string<date-time>

Last update timestamp

ended_at
string<date-time> | null

End timestamp

TOR_accumulated_minutes
integer | null

TOR accumulated minutes

max_temp
number | null

Maximum temperature

min_temp
number | null

Minimum temperature

avg_temp
number | null

Average temperature

humidity_min
number | null

Minimum humidity

humidity_max
number | null

Maximum humidity

humidity_avg
number | null

Average humidity