The new Public API, version 1.6.0, has improved architecture to speed up the delivery of features and enhancements to our Public API, as well as increasing performance and reliability.
New North American Public API URL
We will be deprecating support for the old North American Public API version, {baseURL}/api/v1, within the next 6 months. Starting immediately we will no longer be releasing any enhancements or new capabilities to the old API. Therefore, we highly encourage you to update the URL variable in your API scripts to point to the new Allocadia API URL. This change ONLY affects the North American servers as we currently do not have any updates for the EU API.
Next Steps: Update your URL
Production: https://api-na.allocadia.com/v1
Staging: https://api-staging.allocadia.com/v1
Questions? To read further documentation for Public API v1.6.0 click the link: https://api-na.allocadia.com/v1/docs or contact your CSM or Allocadia Support.
API v1.6.0 Enhancements
For increased reliability and performance the following enhancements have been completed and are available through the API v1.6.0:
Denormalized /choices across /columns:
With this enhancement reading your budget data got a lot easier as we have reduced the number of API calls required to read the budget data. You no longer have to call the /choices end-point to understand the drop-down choices that exist in a specific column as the /columns end-point now contains the /choices properties.
Concurrency call limit increased to 100 calls/min
The old URL only supported a concurrency limit of 10 - 50 call/min. We have improved our backend to allow an increased call volume of 100 calls/min. If you exceed this 100/min limit we will temporarily block your API calls until the current minute has passed and the limit is reset. There is currently no daily limit to API calls.
Delete column choices through the API
Note: This update is not related to the BI Extract or the Bulk API.