Namespace and Schema

This product is deprecated.

📘

Note

Schemas can be written in .xml or .json format. To see which resource supports which format, see Resources.

The elements and datatypes of the HERE EV Charge Points API v2 use the http://www.here.com/2014/02/ACS-EV namespace and the following XML Schema Definitions.

Bearer Token

GET 
https://ev-v2.cc.api.here.com/ev/xsd/ACS-EV-201402.xsd
-H 'Authorization: Bearer {YOUR_TOKEN}'

API Key

GET
https://ev-v2.cc.api.here.com/ev//ev/xsd/ACS-EV-201402.xsd?apiKey={YOUR_API_KEY};

Schema Import

This schema imports a set of data elements that are common to all ACS APIs.

Bearer Token

GET 
https://ev-v2.cc.api.here.com/ev/xsd/ACS-Common-201402.xsd
-H 'Authorization: Bearer {YOUR_TOKEN}'

API Key

GET
https://ev-v2.cc.api.here.com/ev//ev/xsd/ACS-Common-201402.xsd?apiKey={YOUR_API_KEY};            

Did this page help you?