GET Report/GetReportTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ReportType| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportTypeID | integer |
None. |
|
| ReportTypeName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ReportTypeID": 1,
"ReportTypeName": "sample string 2"
},
{
"ReportTypeID": 1,
"ReportTypeName": "sample string 2"
}
]
text/html
Sample:
[{"ReportTypeID":1,"ReportTypeName":"sample string 2"},{"ReportTypeID":1,"ReportTypeName":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfReportType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
<ReportType>
<ReportTypeID>1</ReportTypeID>
<ReportTypeName>sample string 2</ReportTypeName>
</ReportType>
<ReportType>
<ReportTypeID>1</ReportTypeID>
<ReportTypeName>sample string 2</ReportTypeName>
</ReportType>
</ArrayOfReportType>