A valid request URL is required to generate request examples{
"results": [
{
"includeLinks": true,
"enabled": true,
"options": {
"limit": 123,
"formatted": true,
"asAttachment": true
},
"savedSqlName": "<string>",
"savedSqlUuid": null,
"dashboardName": "<string>",
"dashboardUuid": null,
"savedChartName": "<string>",
"savedChartUuid": "<string>",
"cron": "<string>",
"format": "csv",
"createdByName": "<string>",
"createdBy": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"schedulerUuid": "<string>",
"targets": [
{
"channel": "<string>",
"schedulerUuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"schedulerSlackTargetUuid": "<string>"
}
],
"projectName": "<string>",
"projectUuid": "<string>",
"notificationFrequency": "always",
"thresholds": [
{
"value": 123,
"fieldId": "<string>",
"operator": "greaterThan"
}
],
"projectSchedulerTimezone": "<string>",
"timezone": "<string>",
"message": "<string>"
}
],
"status": "ok"
}Get schedulers for a dashboard
A valid request URL is required to generate request examples{
"results": [
{
"includeLinks": true,
"enabled": true,
"options": {
"limit": 123,
"formatted": true,
"asAttachment": true
},
"savedSqlName": "<string>",
"savedSqlUuid": null,
"dashboardName": "<string>",
"dashboardUuid": null,
"savedChartName": "<string>",
"savedChartUuid": "<string>",
"cron": "<string>",
"format": "csv",
"createdByName": "<string>",
"createdBy": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"schedulerUuid": "<string>",
"targets": [
{
"channel": "<string>",
"schedulerUuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"schedulerSlackTargetUuid": "<string>"
}
],
"projectName": "<string>",
"projectUuid": "<string>",
"notificationFrequency": "always",
"thresholds": [
{
"value": 123,
"fieldId": "<string>",
"operator": "greaterThan"
}
],
"projectSchedulerTimezone": "<string>",
"timezone": "<string>",
"message": "<string>"
}
],
"status": "ok"
}Was this page helpful?