v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
Collections
Organizations

Get collections of organization

Retrieving all collections of an organization in a paginated manner. You may filter the results by specifying id4n properties with filter operations (eq, in, ne) in the query parameters. e.g. com.yourcompany.orderId.eq=1234

get/api/v1/organizations/{organizationId}/collections

Path parameters

organizationIdstring required

The namespace of the organization

Query parameters

offsetinteger

Start with the n-th element

limitinteger

The maximum count of returned elements

type'ROUTING_COLLECTION' | 'LOGISTIC_COLLECTION' | 'LABELLED_COLLECTION'

Filter by this type

labelstring

Filter by this label

labelPrefixstring

Filter by this label prefix

propertystring[]

List of i4dn property filter. e.g. "com.myorga.state:IN:waiting|processing" or "com.myorga.orderId:EQ:SAP001"

Response

OK

limitinteger required

The number of returned elements

offsetinteger required

Starting with the n-th element

totalinteger

The total number of elements

Example response

{
  "limit": 100,
  "total": 200
}