Search Report Schedules
Search Report Schedules.
External Documentation
To learn more, visit the Delinea documentation.
Parameters
Parameter | Description |
---|---|
Include Deleted Schedules | When set, deleted reports will be included. |
Max Records | Maximum number of records to include in results. |
Report ID | Report Id. |
Example Output
{
"records": [
{
"changeType": "Daily",
"deleted": true,
"description": "string",
"lastRun": "2019-08-24T14:15:22Z",
"lastRunHistoryId": 0,
"name": "string",
"reportId": 0,
"reportName": "string",
"scheduleReportId": 0,
"sendEmail": true,
"storedReportCount": 0
}
],
"sortBy": [
{
"direction": "None",
"name": "string",
"priority": 0
}
]
}
Workflow Library Example
Search Report Schedules with Delinea and Send Results Via Email
Preview this Workflow on desktop