GET setting/schduleReport/getViewData?UId={UId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
UId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfDataTableName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | DataTable |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": null }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":null}
application/xml, text/xml
Sample:
<ResponseOfDataTableymujubN2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Body i:nil="true" /> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfDataTableymujubN2>