1. What data is included in the API response?
To find the list of data points included in the API response, refer to the "Output Keys" section on the corresponding API reference page. If the API does not return a specific data point that you can see on the platform, please reach out to our support team with your query. We will assess the feasibility of supporting your use case and provide assistance accordingly.
2. Can I customise the fields returned in the API response?
Currently, the API response will include all data points. The option to customise response to limit to specific fields is currently not available.
3. I want the entities in the API response sorted in a particular order. How do I do that?
See the full list of attributes by which you can sort the entities in the API response in corresponding API reference pages > Sorts applicable.
4. What happens in case a datapoint is not available in your database? What will the API response look like?
API responses will not contain datapoints for which we do not have values available in our database. This is to reduce the API response packet size. You will need to handle for this scenario while integrating with the APIs.