| GET | Get location by location id and evse id |
Retrive charging stations details by Location ID and EVSE ID
Parameters
| Name | locationId |
| Data Type | String |
| Variable Type | required |
| Description | Unique code of Location or Charging Station |
| Name | Evseid |
| Data Type | String |
| Variable Type | required |
| Description | Code to identify the EV Charger |
Sample Request and Response
GET https://api-gateway-evnnovator.com/api/ocpi/api/v1/locations/2b10508db844fada81778c8b1bce853e/evse/019710d7ec0a66a0063ec9234f17659e
Response Json :
{
"status_code": 1000,
"status_message": "Success",
"timestamp": "2022-04-04T06:27:22.499",
"data": {
"id": "019710d7ec0a66a0063ec9234f17659e",
"uid": "55B39FEC-3449-48D1-B46E-B29F726DBE7C",
"evse_id": "IN*TCZ*1",
"status": "AVAILABLE",
"connectors": [
{
"id": "e5ca60e2b0af2747b5f2077de117e6a4",
"standard": "IEC_60309_2_three_16",
"format": "SOCKET",
"power_type": "AC_1_PHASE",
"voltage": 0,
"amperage": 0,
"tariff_id": "20024"
},
{
"id": "a81e0a5745c397c59c11131b55860876",
"standard": "IEC_60309_2_three_16",
"format": "SOCKET",
"power_type": "AC_1_PHASE",
"voltage": 0,
"amperage": 0,
"tariff_id": "20024"
},
{
"id": "555be295326f43a77256258e015d0fd4",
"standard": "IEC_60309_2_three_16",
"format": "SOCKET",
"power_type": "AC_1_PHASE",
"voltage": 0,
"amperage": 0,
"tariff_id": "20024"
}
],
"floor_level": "ONE"
}
}
Response
| Code | Description |
| 200 | OK |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
