POST services/api/v1/Get_ReportPermission
Request Information
URI Parameters
None.
Body Parameters
BasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | integer |
None. |
|
| FiterText | string |
None. |
|
| Limit | integer |
None. |
|
| ItemTypeId | integer |
None. |
|
| CAType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"ItemTypeId": 4,
"CAType": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ReportSettings_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Sel | boolean |
None. |
|
| Id | integer |
None. |
|
| CompanyId | integer |
None. |
|
| ReportId | integer |
None. |
|
| UserRoleId | integer |
None. |
|
| UserRight | boolean |
None. |
|
| ReportName | string |
None. |
|
| ReportPath | string |
None. |
|
| IsEnable | boolean |
None. |
|
| ModuleNo | integer |
None. |
|
| Description | string |
None. |
|
| Type | string |
None. |
|
| OfflineReportPath | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Sel": true,
"Id": 2,
"CompanyId": 3,
"ReportId": 4,
"UserRoleId": 5,
"UserRight": true,
"ReportName": "sample string 7",
"ReportPath": "sample string 8",
"IsEnable": true,
"ModuleNo": 10,
"Description": "sample string 11",
"Type": "sample string 12",
"OfflineReportPath": "sample string 13"
},
{
"Sel": true,
"Id": 2,
"CompanyId": 3,
"ReportId": 4,
"UserRoleId": 5,
"UserRight": true,
"ReportName": "sample string 7",
"ReportPath": "sample string 8",
"IsEnable": true,
"ModuleNo": 10,
"Description": "sample string 11",
"Type": "sample string 12",
"OfflineReportPath": "sample string 13"
}
]