HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.161.0 release notes

  1. New features
    1. Added new Sub-operators v2.0 endpoints with full CRUD support: GET /resources/sub-operators/v2.0, POST /resources/sub-operators/v2.0, GET /resources/sub-operators/v2.0/{subOperator}, PATCH /resources/sub-operators/v2.0/{subOperator}, and DELETE /resources/sub-operators/v2.0/{subOperator}. The new version adds create, update, and delete operations alongside the existing list and read capabilities.
    2. Added the optional monitoringEnabled property to EVSE request and response bodies across all EVSE endpoints: GET /resources/charge-points/v2.0/{chargePoint}/evses, POST /resources/charge-points/v2.0/{chargePoint}/evses, GET /resources/charge-points/v2.0/{chargePoint}/evses/{evse}, PATCH /resources/charge-points/v2.0/{chargePoint}/evses/{evse}, GET /resources/evses/v2.1, POST /resources/evses/v2.1, GET /resources/evses/v2.1/{evse}, and PATCH /resources/evses/v2.1/{evse}. Defaults to true when not provided on create/update.
    3. Added the optional userVisibility property to the options object on Partner endpoints: GET /resources/partners/v2.0, POST /resources/partners/v2.0, GET /resources/partners/v2.0/{partner}, and PATCH /resources/partners/v2.0/{partner}. This field replaces the now-deprecated allowViewingUsersWhoAcceptedInvite option.
    4. Added the optional graceTimeEndAt property to charging period objects in Session responses on GET /resources/sessions/v1.0 and GET /resources/sessions/v1.0/{session}. This field is present on idle charging periods when a grace time end is defined.
    5. Added billingCompletedBefore and billingCompletedAfter query filter parameters to GET /resources/sessions/v1.0 for filtering sessions by billing completion date.
    6. Added chargingZoneId query filter parameter to GET /resources/charge-points/v2.0 for filtering charge points by charging zone.
  2. 🗑️ Deprecations
    1. Deprecated the Sub-operators v1.0 endpoints GET /resources/sub-operators/v1.0 and GET /resources/sub-operators/v1.0/{subOperator}. Consumers should migrate to the v2.0 endpoints.
    2. Deprecated the allowViewingUsersWhoAcceptedInvite property in the options object on Partner endpoints. Use the new userVisibility property instead.