View ({collection.name})

Fetch a single {collection.name} record.

API details
GET

/api/collections/{collection.name}/records/:id

{#if adminsOnly}

Requires admin Authorization:TOKEN header

{/if}
Path Parameters
Param Type Description
id String ID of the record to view.
Query parameters
Param Type Description
expand String Auto expand record relations. Ex.: Supports up to 6-levels depth nested relations expansion.
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.
Responses
{#each responses as response (response.code)} {/each}
{#each responses as response (response.code)}
{/each}