Get Report Detail
Gets a Report and returns the Report Model.
External Documentation
To learn more, visit the Delinea documentation.
Parameters
Parameter | Description |
---|---|
Report ID | Report ID. Can be retrieved form the 'Search Reports' action. |
Example Output
{
"categoryId": 0,
"chartType": "string",
"description": "string",
"enabled": true,
"enableInheritPermissions": true,
"id": 0,
"is3DReport": true,
"name": "string",
"pageSize": 0,
"reportSql": "string",
"systemReport": true,
"useDatabasePaging": true
}
Workflow Library Example
Get Report Detail with Delinea and Send Results Via Email
Preview this Workflow on desktop