First Request
This guide walks you through making your first API request to fetch data from a cube.Base URL
All API requests use the following base URL:Fetch Records
To retrieve records from a cube:Response Format
Pagination
Use_page and _pageSize query parameters to paginate results:
Sorting
Use_sort and _order query parameters:
Filtering
Apply filters using column names with operators:Available Filter Operators
| Operator | Description |
|---|---|
eq | Equal to |
not | Not equal to |
contains | Contains substring |
gt | Greater than |
gte | Greater than or equal |
lt | Less than |
lte | Less than or equal |
Next Steps
- API Overview — Full API documentation
- Error Handling — Learn how to handle API errors