Raw stats
Query raw data from a resource. Returns paginated rows with all columns.
Required permissions:
- stats:read
Query parameters
Resource path using : as separator (e.g., 'members', 'payments:membership').
Start of time range (unix timestamp).
End of time range (unix timestamp).
Number of records to return (max 10000).
Pagination cursor for next page.
Column to sort by.
The direction of the sort.
Scope query to a specific company.
Scope query to a specific user.
Response
A successful response
Changes
Changed in 1 of the 41 revisions of this API.13
- ▲
the
queryrequest parametersort_directionwas restricted to a list of enum valuesrequest-parameter-became-enum
- ○
added the new enum value
ascto thequeryrequest parametersort_directionrequest-parameter-enum-value-added
- ○
added the new enum value
descto thequeryrequest parametersort_directionrequest-parameter-enum-value-added
- ○
for the
queryrequest parametersort_direction, the type/format was generalized from/tostring/request-parameter-type-generalized
- ▲