GET
/
handling_unit_history
/
:huid
List handling_unit_historys
curl --request GET \
  --url http://localhost:8080/handling_unit_history/:huid \
  --header 'x-api-key: <api-key>'
[
  {
    "handling_unit_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "zone_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "moved_at": "2023-11-07T05:31:56Z",
    "moved_by": "<string>"
  }
]

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

The response is of type object[].