Explore the API
Explore the API
The management console allows for live interaction with the API.
To get started, go to The explorer tab. You'll see the various options of the API,
divided to the following sections:
Entity selection.
At the top of the page you can select which entity you'd like to explore.
Group By
Group ByIn this section you can select the fields you wish to group by.
Order By
Order ByIn this section you can select:
- The fields you wish to order by.
- The direction of each field (ascending / descending).
- The order of the fields.
Pagination
PaginationIn this section you can select which page of the results you wish to see, by specifying the From and Length.
Calculate
CalculateIn this section you can select which calculations you'd like to see
Filters
FiltersIn this section you can specify filters for each of the entity's field.
You can add as many filters as you'd like.
For each filter you need to select the following:
- The field you wish to filter
- The operation (e.g. equals, greater than, etc.)
- The value
Note that different fields support different operations.
API Call
API CallIn this section you can see how to programmatically recreate the request you configured in different languages.
Results
ResultsIn this section you can run the API request you configured above using the API key of your choice.
You can then see the results in either a table view (default) or as the raw JSON response.
Additionally, you can export the results to a CSV file and go to different result pages.
If an error occurred, the message will appear instead of the results.
Running requests counts towards your usage quota.
Updated about 2 months ago