GET api/v1/charging_points/by_code/{evse_id}?session_id={session_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| evse_id | string |
Required |
|
| session_id | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ChargingPoint| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| id_transaction | integer |
None. |
|
| hw_code | string |
None. |
|
| products | Collection of DirectPaymentProduct |
None. |
|
| code | string |
None. |
|
| name | string |
None. |
|
| inclusion | string |
None. |
|
| is_possible_to_charge | boolean |
None. |
|
| is_possible_to_charge_direct_payment | boolean |
None. |
|
| state | CodeListSystem |
None. |
|
| charging_station | CodeListSystem |
None. |
|
| address | Address |
None. |
|
| charging_speed | CodeListSystem |
None. |
|
| is_socket | boolean |
None. |
|
| is_public | boolean |
None. |
|
| location | CodeListSystem |
None. |
|
| rated_power | decimal number |
None. |
|
| connector | CodeListSystem |
None. |
|
| output_power_from_manufacturer | decimal number |
None. |
|
| output_power_avaiable_max | decimal number |
None. |
|
| output_current_manufacturer | decimal number |
None. |
|
| output_voltage_manufacturer | decimal number |
None. |
|
| output_power_from | decimal number |
None. |
|
| output_power_to | decimal number |
None. |
|
| output_current | decimal number |
None. |
|
| charging_start_hour | integer |
None. |
|
| charging_start_minute | integer |
None. |
|
| charging_start_second | integer |
None. |
|
| still_continues | boolean |
None. |
|
| planned_charging_end | date |
None. |
|
| charging_start | date |
None. |
|
| percent | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"id_transaction": 1,
"hw_code": "sample string 2",
"products": [
{
"id": "34a51869-90d5-4787-a5d1-a42faccda28b",
"name": "sample string 2",
"reservation_time": 3,
"blocking_value": 4.0,
"id_product": 5,
"amount_with_vat": 6.0
},
{
"id": "34a51869-90d5-4787-a5d1-a42faccda28b",
"name": "sample string 2",
"reservation_time": 3,
"blocking_value": 4.0,
"id_product": 5,
"amount_with_vat": 6.0
}
],
"code": "sample string 3",
"name": "sample string 4",
"inclusion": "sample string 5",
"is_possible_to_charge": true,
"is_possible_to_charge_direct_payment": true,
"state": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"charging_station": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"address": {
"id": 1,
"street": "sample string 2",
"descriptive_number": "sample string 3",
"house_number": "sample string 4",
"post_code": "sample string 5",
"city": "sample string 6",
"country": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"type": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
}
},
"charging_speed": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"is_socket": true,
"is_public": true,
"location": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"rated_power": 1.0,
"connector": {
"code": "sample string 1",
"is_cabel": true,
"id": 3,
"name": "sample string 4"
},
"output_power_from_manufacturer": 1.0,
"output_power_avaiable_max": 1.0,
"output_current_manufacturer": 1.0,
"output_voltage_manufacturer": 1.0,
"output_power_from": 1.0,
"output_power_to": 1.0,
"output_current": 1.0,
"charging_start_hour": 1,
"charging_start_minute": 1,
"charging_start_second": 1,
"still_continues": true,
"planned_charging_end": "2026-02-08T14:10:06Z",
"charging_start": "2026-02-08T14:10:06Z",
"percent": 11
}
application/xml, text/xml
Sample:
<ChargingPoint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models">
<address>
<city>sample string 6</city>
<country>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</country>
<descriptive_number>sample string 3</descriptive_number>
<house_number>sample string 4</house_number>
<id>1</id>
<post_code>sample string 5</post_code>
<street>sample string 2</street>
<type>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</type>
</address>
<charging_speed>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</charging_speed>
<charging_start>2026-02-08T15:10:06.3292841+01:00</charging_start>
<charging_start_hour>1</charging_start_hour>
<charging_start_minute>1</charging_start_minute>
<charging_start_second>1</charging_start_second>
<charging_station>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</charging_station>
<code>sample string 3</code>
<connector>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</connector>
<hw_code>sample string 2</hw_code>
<id>1</id>
<id_transaction>1</id_transaction>
<inclusion>sample string 5</inclusion>
<is_possible_to_charge>true</is_possible_to_charge>
<is_possible_to_charge_direct_payment>true</is_possible_to_charge_direct_payment>
<is_public>true</is_public>
<is_socket>true</is_socket>
<location>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</location>
<name>sample string 4</name>
<output_current>1</output_current>
<output_current_manufacturer>1</output_current_manufacturer>
<output_power_avaiable_max>1</output_power_avaiable_max>
<output_power_from>1</output_power_from>
<output_power_from_manufacturer>1</output_power_from_manufacturer>
<output_power_to>1</output_power_to>
<output_voltage_manufacturer>1</output_voltage_manufacturer>
<percent>11</percent>
<planned_charging_end>2026-02-08T15:10:06.3292841+01:00</planned_charging_end>
<products>
<DirectPaymentProduct>
<amount_with_vat>6</amount_with_vat>
<blocking_value>4</blocking_value>
<id>34a51869-90d5-4787-a5d1-a42faccda28b</id>
<id_product>5</id_product>
<name>sample string 2</name>
<reservation_time>3</reservation_time>
</DirectPaymentProduct>
<DirectPaymentProduct>
<amount_with_vat>6</amount_with_vat>
<blocking_value>4</blocking_value>
<id>34a51869-90d5-4787-a5d1-a42faccda28b</id>
<id_product>5</id_product>
<name>sample string 2</name>
<reservation_time>3</reservation_time>
</DirectPaymentProduct>
</products>
<rated_power>1</rated_power>
<state>
<id>3</id>
<name>sample string 4</name>
<code>sample string 1</code>
<is_cabel>true</is_cabel>
</state>
<still_continues>true</still_continues>
</ChargingPoint>