Get a record
Resources
Get a record
Returns a single record by its ID.
GET
Get a record
Returns the transformed data for a specific record. The user must be authorized to view the record (admin or owner).Documentation Index
Fetch the complete documentation index at: https://docs.exowizz.com/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
The resource name (e.g.
contact, order).The record’s ID.
Request
Response
Returns the record’s transformed fields directly (not wrapped indata).
Example response:
Errors
| Status | Description |
|---|---|
403 | User is not authorized to view this record |
404 | Resource or record not found |