/api/collections/{collection.name}/records/:id
/api/collections/{collection.name}/records/:id
Requires Authorization: Admin TOKEN
header
Fetch a single {collection.name} record.
Param | Type | Description |
---|---|---|
id | String | ID of the record to view. |
Param | Type | Description |
---|---|---|
expand | String |
Auto expand record relations. Ex.:
The expanded relations will be appended to the record under the @expand property (eg. {`"@expand": {"rel1": {...}, ...}`} ). Only the
relations that the user has permissions to view will be expanded.
|