GET Report/GetReportMethods

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ReportMethod
NameDescriptionTypeAdditional information
ReportMethodID

integer

None.

ReportMethodName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ReportMethodID": 1,
    "ReportMethodName": "sample string 2"
  },
  {
    "ReportMethodID": 1,
    "ReportMethodName": "sample string 2"
  }
]

text/html

Sample:
[{"ReportMethodID":1,"ReportMethodName":"sample string 2"},{"ReportMethodID":1,"ReportMethodName":"sample string 2"}]

application/xml, text/xml

Sample:
<ArrayOfReportMethod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
  <ReportMethod>
    <ReportMethodID>1</ReportMethodID>
    <ReportMethodName>sample string 2</ReportMethodName>
  </ReportMethod>
  <ReportMethod>
    <ReportMethodID>1</ReportMethodID>
    <ReportMethodName>sample string 2</ReportMethodName>
  </ReportMethod>
</ArrayOfReportMethod>