List records in a collection.
Supports pagination, sorting, and filtering.
cURL
curl --request GET \ --url https://api.example.com/api/v1/records/{collection}
{ "items": [ { "id": "<string>", "account_id": "<string>", "created_at": "<string>", "created_by": "<string>", "updated_at": "<string>", "updated_by": "<string>", "account_name": "<string>" } ], "total": 123, "skip": 123, "limit": 123 }
x >= 0
1 <= x <= 100
Successful Response
Response for listing records.
List of records
Show child attributes
Total number of records matching filter
Number of records skipped
Number of records returned