/api/collections/{collection.name}/records/:id
Fetch a single {collection.name} record.
/api/collections/{collection.name}/records/:id
Requires admin Authorization:TOKEN
header
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": {"relField1": {...}, ...}`} ).
Only the relations to which the request user has permissions to view will be expanded. |