v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
Guids

Retrieve collections of an ID

Retrieving all owned or holding collections the specified id4n is assigned to.

get/api/v1/id4ns/{id4n}/collections

Path parameters

id4nstring required

The ID which the collections should contain

Query parameters

organizationIdstring

The organization holding the collections.

offsetinteger

Start with the n-th element

limitinteger

The maximum count of returned elements

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
}