v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBContainers|Container inquiry
Fetch container inquiry list.
This endpoint enables you to retrieve a list of container inquirys.
get/container_inquiry/fetch
Query parameters
filter[byIds][]integer[]
Filters the container inquirys based on the internal IDs.
filter[byContainerIds][]integer[]
Filters the container inquirys based on the container ids.
filter[byContainerReferences][]string[]
Filters the container inquirys based on the container references.
filter[byContainerTypeIds][]integer[]
Filters the container inquirys based on the container type IDs.
offsetinteger
Use this parameter to specify the number of records you want to skip before starting to collect the data from the result set.
limitinteger
The limit parameter defines the maximum number of records that can be retrieved in a single API request, with a default value and max set at 500 records.
Response
Success Response:
Example response
{
"data": [
{
"container": {
"purchaseDate": "2015-02-20T12:59:21+01:00"
}
}
]
}