GET ops/check/report
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ReportItemGET| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Reason | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"reason": "sample string 2"
},
{
"id": 1,
"reason": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfReportItemGET xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/myREST.Models.Operations">
<ReportItemGET>
<Id>1</Id>
<Reason>sample string 2</Reason>
</ReportItemGET>
<ReportItemGET>
<Id>1</Id>
<Reason>sample string 2</Reason>
</ReportItemGET>
</ArrayOfReportItemGET>