Release Notes: Public API 2.104.0
- Certificate Actions added to Chargepoint resource: AMPECO Public API is now capable of managing Security Certificate actions for Chargepoints
Install Certificate (https://{{baseUrl}}/public-api/actions/charge-point/v2.0/{chargePoint}/install-certificate)
Get Installed Certificates (https://{{baseUrl}}/public-api/actions/charge-point/v2.0/{chargePoint}/sync-certificates)
Delete Certificate (https://{{baseUrl}}/public-api/actions/charge-point/v2.0/{chargePoint}/delete-certificate)
- New Authorisation Notification Webhook:
- Deprecate "AuthorizationNotification" callback
- Introduce "authorization.changed" callback
Release Notes: Public API 2.103.0
-
Better Distinguishment of Extended Sessions
Deprecating the previous property extendingSessionId. Add the following properties to the Sessions endpoint:originalSessionId
integer or null
Description: Session ID of the session that the current extended session is extending.extendedBySessionId
integer or null
Description: Id of the session that extends this session.
Release Notes: Public API 2.102.0
Enhanced Public API with Get Security Log Action for All Charge Points
We've enhanced our Public API to include the "Get Security Log" action for Charge Points, allowing users to retrieve the Security Events log in compliance with UK Electric Vehicles Smart Charge Points (EVSCP) regulations and mirroring functionality already present in our mobile app. The new action introduces parameters including a required charge-point ID, a log-fetching URL, a timestamp to filter logs, an interval for retry attempts and a reason for log retrieval; it can be located under Action/Charge Point.