GET api/ReportClient/GetReportSelectForListByShowInReportsMenu?showInReportsMenu={showInReportsMenu}&showInactive={showInactive}&accountID={accountID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showInReportsMenu | boolean |
Required |
|
| showInactive | boolean |
Required |
|
| accountID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ReportForListByShowInReportsMenu| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportID | integer |
None. |
|
| ReportIDEncrypted | string |
None. |
|
| Report | string |
None. |
|
| ReportCategoryID | integer |
None. |
|
| AccountID | integer |
None. |
|
| AccountIDEncrypted | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ReportID": 1,
"ReportIDEncrypted": "sample string 2",
"Report": "sample string 3",
"ReportCategoryID": 4,
"AccountID": 1,
"AccountIDEncrypted": "sample string 5"
},
{
"ReportID": 1,
"ReportIDEncrypted": "sample string 2",
"Report": "sample string 3",
"ReportCategoryID": 4,
"AccountID": 1,
"AccountIDEncrypted": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfReportForListByShowInReportsMenu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Report">
<ReportForListByShowInReportsMenu>
<AccountID>1</AccountID>
<AccountIDEncrypted>sample string 5</AccountIDEncrypted>
<Report>sample string 3</Report>
<ReportCategoryID>4</ReportCategoryID>
<ReportID>1</ReportID>
<ReportIDEncrypted>sample string 2</ReportIDEncrypted>
</ReportForListByShowInReportsMenu>
<ReportForListByShowInReportsMenu>
<AccountID>1</AccountID>
<AccountIDEncrypted>sample string 5</AccountIDEncrypted>
<Report>sample string 3</Report>
<ReportCategoryID>4</ReportCategoryID>
<ReportID>1</ReportID>
<ReportIDEncrypted>sample string 2</ReportIDEncrypted>
</ReportForListByShowInReportsMenu>
</ArrayOfReportForListByShowInReportsMenu>