POST api/{version}/v2/Charts/GetChartsTypesByPlant
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
V2PlantBaseModelName | Description | Type | Additional information |
---|---|---|---|
PlantId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "plantId": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ChartsTypeName | Description | Type | Additional information |
---|---|---|---|
Date | string |
None. |
|
TypeName | string |
None. |
|
ChartIndices | Collection of ChartIndex |
None. |
Response Formats
application/json, text/json
Sample:
[ { "date": "sample string 1", "typeName": "sample string 2", "chartIndices": [ { "indexName": "sample string 1", "indexLabel": "sample string 2", "chartIndexId": "sample string 3", "dateRange": [ { "text": "sample string 1", "value": "sample string 2", "type": "sample string 3", "now": "sample string 4" }, { "text": "sample string 1", "value": "sample string 2", "type": "sample string 3", "now": "sample string 4" } ] }, { "indexName": "sample string 1", "indexLabel": "sample string 2", "chartIndexId": "sample string 3", "dateRange": [ { "text": "sample string 1", "value": "sample string 2", "type": "sample string 3", "now": "sample string 4" }, { "text": "sample string 1", "value": "sample string 2", "type": "sample string 3", "now": "sample string 4" } ] } ] }, { "date": "sample string 1", "typeName": "sample string 2", "chartIndices": [ { "indexName": "sample string 1", "indexLabel": "sample string 2", "chartIndexId": "sample string 3", "dateRange": [ { "text": "sample string 1", "value": "sample string 2", "type": "sample string 3", "now": "sample string 4" }, { "text": "sample string 1", "value": "sample string 2", "type": "sample string 3", "now": "sample string 4" } ] }, { "indexName": "sample string 1", "indexLabel": "sample string 2", "chartIndexId": "sample string 3", "dateRange": [ { "text": "sample string 1", "value": "sample string 2", "type": "sample string 3", "now": "sample string 4" }, { "text": "sample string 1", "value": "sample string 2", "type": "sample string 3", "now": "sample string 4" } ] } ] } ]