Queries the specified dataset and returns matching records. Each row in the data array wraps its values under a fields object. The response also includes links for pagination navigation and meta with page number, page size, and total counts.
Use the filter field to supply OData-style expressions (comparison operators eq, ne, lt, le, gt, ge, logical operators and, or, and in). Filter fields do not need to appear in the fields list. Use orderBy to control sort order; sorted fields must also appear in fields. Use "List Datasets (v1.2)" to discover available dataset names and "Get Fields from Dataset (v1.2)" to discover field names.
Note: Compared to "Get Data from Dataset (v1)", this version uses filter and orderBy request fields instead of the legacy filters and sortBy structures, moves pagination inputs to body fields (page, pageSize) instead of query parameters, returns pagination in links / meta objects instead of a legacy pagination object, and returns RFC 7807 compliant error responses.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
401Unauthorized.