---
title: "Get collections of organization"
method: GET
path: "/api/v1/organizations/{organizationId}/collections"
tags: ["Collections", "Organizations"]
---

# Get collections of organization

`GET /api/v1/organizations/{organizationId}/collections`

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`

## Path parameters

- `organizationId` string, required

## Query parameters

- `offset` integer
- `limit` integer
- `type` 'ROUTING_COLLECTION' | 'LOGISTIC_COLLECTION' | 'LABELLED_COLLECTION'
- `label` string
- `labelPrefix` string
- `property` string[]

## Response `200`

OK

- PaginatedResponseOfGuidCollection
  - `elements` GuidCollection[], required
    - `createdTimestamp` integer — The UTC unix timestamp of when this collection has been created
    - `holderOrganizationId` string — Organization namespace of the holder of the collection
    - `id4n` string — The ID
    - `label` string
    - `ownerOrganizationId` string — Organization namespace of the collection owner
    - `physicalState` 'UNATTACHED' | 'ATTACHED' | 'DETACHED' — Physical attachment state of the collection
    - `type` 'ROUTING_COLLECTION' | 'LOGISTIC_COLLECTION' | 'LABELLED_COLLECTION'
  - `limit` integer, required — The number of returned elements
  - `offset` integer, required — Starting with the n-th element
  - `total` integer — The total number of elements

## Other responses

- `202` — Accepted
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method not allowed
- `406` — Not Acceptable
- `415` — Unsupported Media Type
- `500` — Internal Server Error

---

[API](https://skmtc.net/id4i/apis/id4i-api.md) · [All operations](https://skmtc.net/id4i/apis/id4i-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/id4i/id4i-api/versions/b5f585ff1a29/schema)
