GET api/rsmReports?entityId={entityId}
Get All Reports for RSM where entity id are nulls Pass in EntityId to also get entity specific report
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entityId |
|
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
RSMReportViewModel
Collection of RSMReportViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
ID |
integer |
None. |
| Name |
Report Name |
string |
None. |
| DisplayName |
Report Display Name |
string |
None. |
| UseDateRange |
Report using data range or not |
boolean |
None. |
| EntityId |
GL Entity ID |
integer |
None. |
| ReportTypeId |
|
integer |
None. |
| IsIncludedInTOC |
|
boolean |
None. |
| AllReports |
|
Collection of RSMReportModel |
None. |
| PrintOrder |
|
integer |
None. |
| StyleID |
|
integer |
None. |
| IsAvailable |
|
boolean |
None. |
| UseRunType |
|
boolean |
None. |
| ReportType |
|
RSMReportTypeViewModel |
None. |
| ReportStyle |
|
RSMReportStyleViewModel |
None. |