On this page
Retrieve the specified collection's items
GET /api/v1/collections/{id}/itemsRequired 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 |
