On this page
Retrieve the specified collection by its id
GET /api/v1/collections/{id}Required Scopes
read
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
id |
path | yes | integer |
Request Body
None.
Responses
200
single collection
Schema: collection_output
collection_output
| Field | Type | Required | Description |
|---|---|---|---|
id |
integer | yes | |
name |
string | yes |
