Skip to main content
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

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. The data array contains the transformed records. Example response:

Errors