Get locations for an integration
x-ms-visibility: "important"
Retrieve a list of locations for the integration.
Path Parameters
Integration ID
Query Parameters
Page to be fetched. Default: 1
Limit (No. of records per page). Max value: 100. Default: 100.
Free text filter for driver name.
Field to be used for sorting. Default: name
Set to 'true' to sort descending based on sort key. Default: 'false'
- 200
- 400
- 401
- 500
List of locations.
Schema
- Array [
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- ]
- Array [
- Array [
- Array [
- ]
- ]
- ]
- ]
items object[]
publishAllowedTo object[]
Possible values: [AD_HOC_USER, APP_USER, OTHER, RFID]
Default value: AD_HOC_USER
coordinates object
relatedLocations object[]
name object
Possible values: [ALONG_MOTORWAY, PARKING_GARAGE, PARKING_LOT, ON_DRIVEWAY, ON_STREET, UNDERGROUND_GARAGE, OTHER, UNKNOWN]
Default value: ALONG_MOTORWAY
directions object[]
owner object
logo object
Possible values: [CHARGER, ENTRANCE, LOCATION, NETWORK, OPERATOR, OTHER, OWNER]
Default value: CHARGER
suboperator object
logo object
Possible values: [CHARGER, ENTRANCE, LOCATION, NETWORK, OPERATOR, OTHER, OWNER]
Default value: CHARGER
Possible values: [HOTEL, RESTAURANT, CAFE, MALL, SUPERMARKET, SPORT, RECREATION_AREA, NATURE, MUSEUM, BIKE_SHARING, BUS_STOP, TAXI_STAND, TRAM_STOP, METRO_STATION, TRAIN_STATION, AIRPORT, PARKING_LOT, CARPOOL_PARKING, FUEL_STATION, WIFI]
openingTimes object
regularHours object[]
exceptionalOpenings object[]
exceptionalClosings object[]
images object[]
Possible values: [CHARGER, ENTRANCE, LOCATION, NETWORK, OPERATOR, OTHER, OWNER]
Default value: CHARGER
locationEnergyMix object
energySources object[]
Possible values: [NUCLEAR, GENERAL_FOSSIL, COAL, GAS, GENERAL_GREEN, SOLAR, WIND, WATER]
Default value: NUCLEAR
environImpact object[]
Possible values: [NUCLEAR_WASTE, CARBON_DIOXIDE]
Default value: NUCLEAR_WASTE
evses object[]
connector object[]
chargers object[]
sockets object[]
tariffs object[]
{
"page": 0,
"limit": 0,
"totalRecords": 0,
"hasNextPage": true,
"hasPreviousPage": true,
"items": [
{
"id": "string",
"integrationId": "string",
"externalId": "string",
"countryCode": "string",
"name": "string",
"publish": true,
"publishAllowedTo": [
{
"uid": "string",
"type": "AD_HOC_USER",
"visualNumber": "string",
"issuer": "string",
"groupId": "string"
}
],
"address": "string",
"city": "string",
"postalCode": "string",
"state": "string",
"country": "string",
"coordinates": {
"latitude": "string",
"longitude": "string"
},
"relatedLocations": [
{
"latitude": "string",
"longitude": "string",
"name": {
"language": "string",
"text": "string"
}
}
],
"parkingType": "ALONG_MOTORWAY",
"directions": [
{
"language": "string",
"text": "string"
}
],
"owner": {
"name": "string",
"website": "string",
"logo": {
"url": "string",
"thumbnail": "string",
"category": "CHARGER",
"type": "string",
"width": 0,
"height": 0
}
},
"suboperator": {
"name": "string",
"website": "string",
"logo": {
"url": "string",
"thumbnail": "string",
"category": "CHARGER",
"type": "string",
"width": 0,
"height": 0
}
},
"facilities": [
"HOTEL"
],
"timezone": "string",
"openingTimes": {
"twentyfourseven": true,
"regularHours": [
{
"weekday": 0,
"periodBegin": "string",
"periodEnd": "string"
}
],
"exceptionalOpenings": [
{
"periodBegin": "2025-09-04T07:11:42.265Z",
"periodEnd": "2025-09-04T07:11:42.265Z"
}
],
"exceptionalClosings": [
{
"periodBegin": "2025-09-04T07:11:42.265Z",
"periodEnd": "2025-09-04T07:11:42.265Z"
}
]
},
"chargingWhenClosed": true,
"images": [
{
"url": "string",
"thumbnail": "string",
"category": "CHARGER",
"type": "string",
"width": 0,
"height": 0
}
],
"locationEnergyMix": {
"isGreenEnergy": true,
"energySources": [
{
"source": "NUCLEAR",
"percentage": 0
}
],
"environImpact": [
{
"category": "NUCLEAR_WASTE",
"amount": 0
}
],
"supplierName": "string",
"energyProductName": "string"
},
"siteId": 0,
"evses": [
{
"chargerId": "string",
"connector": [
{
"id": "string",
"tariffIds": [
"string"
]
}
]
}
],
"lastUpdated": "2025-09-04T07:11:42.265Z",
"chargers": [
{
"chargerId": "string",
"chargerName": "string",
"evseId": "string",
"splitEvseBySocket": true,
"siteName": "string",
"siteId": 0,
"amountOfSockets": 0,
"activeConnection": true,
"sockets": [
{
"id": 0,
"name": "string",
"type": "string",
"status": "string",
"format": "string",
"socketPowerType": "string",
"maxVoltage": 0,
"maxAmperage": 0,
"maxWatts": 0,
"tariffs": [
{
"id": "string",
"name": "string",
"currency": "string"
}
]
}
]
}
]
}
]
}
Details of the validation error.
Schema
extensions object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"extensions": {}
}
User not authorized
An unexpected error occurred.
Schema
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}