GET /api/v1/collections/{id}/items

Returns all items in the specified collection as collection_item_output objects, each containing the item type and its full resource representation.

Required Scopes

  • read

Parameters

Name In Required Type Description
id path yes integer

Request Body

None.

Responses

200

collection items

Schema: array[collection_item_output]

collection_item_output

Field Type Required Description
id integer yes
type string yes
account account_output yes
object short_eventable_output yes