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 By
In this section you can select the fields you wish to group by.
Order By
Order By
In 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
Pagination
In this section you can select which page of the results you wish to see, by specifying the From
and Length
.
Calculate
Calculate
In this section you can select which calculations you'd like to see
Filters
Filters
In 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 Call
In this section you can see how to programmatically recreate the request you configured in different languages.
Results
Results
In 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 over 1 year ago