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’s
ownerColumn). Admins see all records.
Path parameters
string
required
The resource name (e.g.
contact, order).Query parameters
string
Search term to filter results. Matches against the resource’s searchable columns.
integer
default:"15"
Number of records per page.
integer
default:"1"
Page number.
Request
Response
Returns a standard Laravel paginated response. Thedata array contains the transformed records.
Example response: