POST api/v1/graph
Request Information
URI Parameters
None.
Body Parameters
SearchBody| Name | Description | Type | Additional information |
|---|---|---|---|
| fulltext | string |
None. |
|
| filter | string |
None. |
|
| password | string |
None. |
|
| establishment.id | string |
None. |
|
| state.id | string |
None. |
|
| fields | Collection of string |
None. |
|
| page | integer |
None. |
|
| id | integer |
None. |
|
| deleted | boolean |
None. |
|
| per_page | integer |
None. |
|
| view_mode | integer |
None. |
|
| sort_fields | string |
None. |
|
| stop_top | boolean |
None. |
|
| tmp | boolean |
None. |
|
| columns | Collection of TitleName |
None. |
|
| time_from | date |
None. |
|
| time_to | date |
None. |
|
| charge_point_ids | Collection of string |
None. |
|
| connector_id | string |
None. |
|
| sort_fields_desc | string |
None. |
|
| disable_count | boolean |
None. |
|
| date_from | date |
None. |
|
| date_to | date |
None. |
|
| view_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fulltext": "sample string 1",
"filter": "sample string 2",
"password": "sample string 3",
"establishment.id": "sample string 4",
"state.id": "sample string 5",
"fields": [
"sample string 1",
"sample string 2"
],
"page": 1,
"id": 6,
"deleted": true,
"per_page": 1,
"view_mode": 1,
"sort_fields": "sample string 7",
"stop_top": true,
"tmp": true,
"columns": [
{
"title": "sample string 1",
"name": "sample string 2",
"width": 1
},
{
"title": "sample string 1",
"name": "sample string 2",
"width": 1
}
],
"time_from": "2026-02-08T14:07:46Z",
"time_to": "2026-02-08T14:07:46Z",
"charge_point_ids": [
"sample string 1",
"sample string 2"
],
"connector_id": "sample string 12",
"sort_fields_desc": "sample string 13",
"disable_count": true,
"date_from": "2026-02-08T14:07:46Z",
"date_to": "2026-02-08T14:07:46Z",
"view_name": "sample string 15"
}
application/xml, text/xml
Sample:
<SearchBody xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Up.Core.Data">
<charge_point_ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</charge_point_ids>
<columns>
<TitleName>
<name>sample string 2</name>
<title>sample string 1</title>
<width>1</width>
</TitleName>
<TitleName>
<name>sample string 2</name>
<title>sample string 1</title>
<width>1</width>
</TitleName>
</columns>
<connector_id>sample string 12</connector_id>
<date_from>2026-02-08T15:07:46.0317286+01:00</date_from>
<date_to>2026-02-08T15:07:46.0317286+01:00</date_to>
<deleted>true</deleted>
<disable_count>true</disable_count>
<establishment.id>sample string 4</establishment.id>
<fields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</fields>
<filter>sample string 2</filter>
<fulltext>sample string 1</fulltext>
<id>6</id>
<page>1</page>
<password>sample string 3</password>
<per_page>1</per_page>
<sort_fields>sample string 7</sort_fields>
<sort_fields_desc>sample string 13</sort_fields_desc>
<state.id>sample string 5</state.id>
<stop_top>true</stop_top>
<time_from>2026-02-08T15:07:46.0317286+01:00</time_from>
<time_to>2026-02-08T15:07:46.0317286+01:00</time_to>
<tmp>true</tmp>
<view_mode>1</view_mode>
<view_name>sample string 15</view_name>
</SearchBody>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GraphValue| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| max | decimal number |
None. |
|
| startsFrom | decimal number |
None. |
|
| yLabel | string |
None. |
|
| legend | Collection of string |
None. |
|
| title | string |
None. |
|
| items | Collection of GraphItemValue |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"max": 1.0,
"startsFrom": 1.0,
"yLabel": "sample string 3",
"legend": [
"sample string 1",
"sample string 2"
],
"title": "sample string 4",
"items": [
{
"date": "2026-02-08T14:07:46Z",
"name": "sample string 2",
"values": [
1.0,
2.0
]
},
{
"date": "2026-02-08T14:07:46Z",
"name": "sample string 2",
"values": [
1.0,
2.0
]
}
]
}
application/xml, text/xml
Sample:
<GraphValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models">
<id>1</id>
<items>
<GraphItemValue>
<date>2026-02-08T15:07:46.0317286+01:00</date>
<name>sample string 2</name>
<values xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:decimal>1</d4p1:decimal>
<d4p1:decimal>2</d4p1:decimal>
</values>
</GraphItemValue>
<GraphItemValue>
<date>2026-02-08T15:07:46.0317286+01:00</date>
<name>sample string 2</name>
<values xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:decimal>1</d4p1:decimal>
<d4p1:decimal>2</d4p1:decimal>
</values>
</GraphItemValue>
</items>
<legend xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</legend>
<max>1</max>
<name>sample string 2</name>
<startsFrom>1</startsFrom>
<title>sample string 4</title>
<yLabel>sample string 3</yLabel>
</GraphValue>