GET api/assets/chargingstation

Get a list of charging stations.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

List of ChargingStation

Collection of ChargingStation
NameDescriptionTypeAdditional information
ExternalId

string

None.

Id

integer

None.

AssetGuid

string

None.

Name

string

None.

Description

string

None.

Note

string

None.

Location

Location

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ExternalId": "sample string 1",
    "Id": 2,
    "AssetGuid": "sample string 3",
    "Name": "sample string 4",
    "Description": "sample string 5",
    "Note": "sample string 6",
    "Location": {
      "$id": "2",
      "Latitude": 1.1,
      "Longitude": 1.1
    }
  },
  {
    "$ref": "1"
  }
]

text/html

Sample:
[{"$id":"1","ExternalId":"sample string 1","Id":2,"AssetGuid":"sample string 3","Name":"sample string 4","Description":"sample string 5","Note":"sample string 6","Location":{"$id":"2","Latitude":1.1,"Longitude":1.1}},{"$ref":"1"}]