GET api/APIPrintingPermissions/{GroupName}/{Report_ID}
Get APIPrintingPermissions requests.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| GroupName | No documentation available. |
Define this parameter in the request URI. |
| Report_ID | No documentation available. |
Define this parameter in the request URI. |
Request body formats
text/plain
Sample:
No body required. Body is ignored.
Response Information
Response body formats
application/json, text/json
Sample:
{
"GroupName": "sample string 1",
"Report_ID": "sample string 2",
"Enabled": true,
"UserFieldData": [
{},
{},
{}
],
"UserFieldNames": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"Notifications": null
}