POST api/v2/Charts/GetChartsTypesByPlant

Request Information

URI Parameters

None.

Body Parameters

V2PlantBaseModel
NameDescriptionTypeAdditional 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 ChartsType
NameDescriptionTypeAdditional 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"
          }
        ]
      }
    ]
  }
]