Skip to main content

Get Report Detail

Gets a Report and returns the Report Model.

External Documentation

To learn more, visit the Delinea documentation.

Parameters

ParameterDescription
Report IDReport 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

Workflow LibraryPreview this Workflow on desktop