Skip to main content

Documentation Index

Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

To learn more, visit the Delinea documentation.

Parameters

ParameterDescription
Include Deleted SchedulesWhen set, deleted reports will be included.
Max RecordsMaximum number of records to include in results.
Report IDReport 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
Workflow LibraryPreview this Workflow on desktop