List records
Resources
List records
Returns a paginated list of records for a specific resource.
GET
List records
Returns records for the given resource. Results are paginated and can be searched. Non-admin users only see records they own (based on the resource’sDocumentation Index
Fetch the complete documentation index at: https://docs.exowizz.com/llms.txt
Use this file to discover all available pages before exploring further.
ownerColumn). Admins see all records.
Path parameters
The resource name (e.g.
contact, order).Query parameters
Search term to filter results. Matches against the resource’s searchable columns.
Number of records per page.
Page number.
Request
Response
Returns a standard Laravel paginated response. Thedata array contains the transformed records.
Example response:
Errors
| Status | Description |
|---|---|
404 | Resource name not found |