POST api/v2/Charts/GetChartByPlant
Request Information
URI Parameters
None.
Body Parameters
V2GenerationChartsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Date | string |
None. |
|
| Range | string |
None. |
|
| ChartIndexId | string |
None. |
|
| IsDetailFull | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"date": "sample string 2",
"range": "sample string 3",
"chartIndexId": "sample string 4",
"isDetailFull": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
V2ChartsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LeftLabels | Collection of V2LeftModel |
None. |
|
| Lines | Collection of V2LineModel |
None. |
|
| NestedGraph | V2NestedGraph |
None. |
|
| Axis | Collection of V2ChartAxisModel |
None. |
|
| ModelData | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"leftLabels": [
{
"img": "sample string 1",
"label": "sample string 2"
},
{
"img": "sample string 1",
"label": "sample string 2"
}
],
"lines": [
{
"label": "sample string 1",
"name": "sample string 2",
"unit": "sample string 3",
"isActive": true,
"axis": 5,
"sort": 6,
"type": "sample string 7",
"frontColor": "sample string 8",
"xy": [
{
"x": {},
"y": {},
"z": {}
},
{
"x": {},
"y": {},
"z": {}
}
]
},
{
"label": "sample string 1",
"name": "sample string 2",
"unit": "sample string 3",
"isActive": true,
"axis": 5,
"sort": 6,
"type": "sample string 7",
"frontColor": "sample string 8",
"xy": [
{
"x": {},
"y": {},
"z": {}
},
{
"x": {},
"y": {},
"z": {}
}
]
}
],
"nestedGraph": {
"useNested": true
},
"axis": [
{
"axisId": 1,
"unit": "sample string 2",
"min": 3.1,
"max": 4.1
},
{
"axisId": 1,
"unit": "sample string 2",
"min": 3.1,
"max": 4.1
}
],
"modelData": {}
}