- Removed
location_idfrom ChargingLocation - Removed
business_idfrom ChargingStation
- Added endpoints for managing charging location sets
- Introduced consistent validation pattern for business_id parameters across all endpoints
- For location workload levelling set - mark business_id as read-only
- For break rules - align response headers, status codes and request bodies with our API guidelines + document validation rules
- As this API is marked as
EXPERIMENTALwe did not consider this a breaking change
- As this API is marked as
- Rename
cursortocursorsfor the list endpoint of break rule sets and depot sets- As these APIs are marked as
EXPERIMENTALwe did not consider this a breaking change
- As these APIs are marked as
- Only expose
nextcursor for break rule sets and depot sets- As these APIs are marked as
EXPERIMENTALwe did not consider this a breaking change
- As these APIs are marked as
- Added endpoints for managing break rule sets
- Added endpoints for managing depot sets
- Add Location header when creating a new location workload levelling set
- Added endpoints for managing order-order restriction sets
- Added endpoint for retrieving location workload levelling sets:
GET /planning/v1/settings/location-workload-levelling-sets
- rename security scheme
- Added endpoints for managing location workload levelling sets:
GET /planning/v1/settings/location-workload-levelling-sets/{business_id}PUT /planning/v1/settings/location-workload-levelling-sets/{business_id}DELETE /planning/v1/settings/location-workload-levelling-sets/{business_id}
GET /planning/v1/planningsnow also shows the planning name and planning labels.- The following endpoints are marked for removal on 30/06/2025. More information on how to migrate can be found here.
GET /planning/v0/releasesGET /planning/v0/plannings/{id}/releases/latest
- The following endpoints are marked for removal on 30/06/2025. More information on how to migrate can be found here.
GET /planning/v0/releasesGET /planning/v0/plannings/{id}/releases/latest
- The following v0 endpoints will remain supported for now, even after 30/06/2025, until further notice:
GET /planning/v0/ping> Will be kept for convenience as long as there are v0 endpoints available.GET /planning/v0/plannings/{id}/export> No alternative in v1. No excel export will be created in v1 and onwards. These will be replaced with alternative endpoints in the future that will fulfill the same needs.GET /planning/v0/plannings> Although this endpoint will still be available until further notice, we strongly suggest you already migrate to the newerGET /planning/v1/plannings. Please contact us, if the newer endpoint does not fulfill your needs.
- Upgraded some endpoints from v0 to v1:
GET /planning/v0/pinghas been superseded byGET /planning/v1/ping. No changes were made to the API contract.GET /planning/v0/planningshas been superseded byGET /planning/v1/plannings. Note that the response body has been changed significantly from the v0 endpoint.GET /planning/v0/releaseshas been deprecated in favor ofGET /planning/v1/plannings?released_since={date-time}. The response body contains small changes compared to the v0 endpoint.GET /planning/v0/plannings/{id}/releases/latesthas been deprecated in favor ofGET /planning/v1/plannings/{id}/releases/latest. This introduces the concept of routes with multiple trips. Note that this changes the response body of the endpoint significantly compared to the v0 endpoint.