GET Report/GetChartTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ChartType
NameDescriptionTypeAdditional information
ChartTypeID

integer

None.

ChartTypeName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ChartTypeID": 1,
    "ChartTypeName": "sample string 2"
  },
  {
    "ChartTypeID": 1,
    "ChartTypeName": "sample string 2"
  }
]

text/html

Sample:
[{"ChartTypeID":1,"ChartTypeName":"sample string 2"},{"ChartTypeID":1,"ChartTypeName":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfChartType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
  <ChartType>
    <ChartTypeID>1</ChartTypeID>
    <ChartTypeName>sample string 2</ChartTypeName>
  </ChartType>
  <ChartType>
    <ChartTypeID>1</ChartTypeID>
    <ChartTypeName>sample string 2</ChartTypeName>
  </ChartType>
</ArrayOfChartType>