Change log

API Change
Auth API To register push token with the app server, POST to /registerDeviceToken
  • App registers with the push notification server (e.g. Firebase) to get the device (push) token
  • App then send the registered device (push) token to the app server using this method
Resource API Charging status for /sessions
  • not-charging: The vehicle is not charging
  • ongoing: The vehicle is charging
  • charged: The vehicle is charged but connector may still be connected to the EV point
  • stopped: Charging complete and the connector may have been removed from the EV point
Resource API To stop an EV session and test push notifications, browse the following link with the reference of the active session as querystring

https://miniappmanage.demo.ticketlesspark.co.uk/app_api/stopEvSession/{{sessionReference}}

The above URL replicates cityEV behaviour