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
Example response
{
"limit": 100,
"total": 200
}