Collections

Get the contents of a collection

The collection's members, grouped by object_type under contents. A collection is heterogeneous by design, so a flat list would leave the client guessing what each id is. The scalar items stays the member count.

get/collections/{collection_id}/items

Path parameters

collection_idstring required

Query parameters

offsetinteger

Return results starting from this index position

limitinteger

Maximum number of results to return

Response

The collection and its contents

Changes