Eoghan Bonass
11/20/2024, 1:13 PMJulius Kos
11/20/2024, 1:52 PMEoghan Bonass
11/20/2024, 2:18 PMEoghan Bonass
11/20/2024, 2:19 PMJan Kos
11/22/2024, 10:55 AMEoghan Bonass
11/22/2024, 11:43 AMJan Kos
11/22/2024, 1:59 PM/api/v1/entities/workspaces/{workspaceId}/automations
returned two schedules:
[
{
"analyticalDashboard": {
"id": "b555cba6-667c-423e-beb6-225db69cee1f",
"type": "analyticalDashboard"
},
"createdAt": "2024-11-19 14:28",
"createdBy": {
"id": "6eabf5e234b301eced1a2b2a47fe5704",
"type": "user"
},
"details": {
"message": "",
"subject": ""
},
"id": "177d618c-5c77-44c7-8afd-6e89de8b5cec",
"notificationChannel": {
"id": "789fdd32-89e2-4083-b482-1c53b2e7d50e",
"type": "notificationChannel"
},
"recipients": [
{
"id": "6615e72d8fbf5104b5bc114dbda1bea1",
"type": "user"
}
],
"schedule": {
"cron": "0 0 15 ? * *",
"firstRun": "2024-11-19T21:00:00Z",
"timezone": "Etc/UTC"
},
"state": "ACTIVE",
"title": "Test",
"visualExports": [
{
"requestPayload": {
"dashboardId": "b555cba6-667c-423e-beb6-225db69cee1f",
"fileName": "Project Details & Tasks"
}
}
]
},
{
"analyticalDashboard": {
"id": "6558cb24-088f-4c8d-aca9-34ca1f75132c",
"type": "analyticalDashboard"
},
"createdAt": "2024-11-12 15:31",
"createdBy": {
"id": "6eabf5e234b301eced1a2b2a47fe5704",
"type": "user"
},
"details": {
"message": "",
"subject": ""
},
"exportDefinitions": [
{
"id": "5876d51e-847f-4b7a-8eed-6d813e587faf",
"type": "exportDefinition"
}
],
"id": "2df45647-3f02-4842-a010-921a5789d229",
"notificationChannel": {
"id": "789fdd32-89e2-4083-b482-1c53b2e7d50e",
"type": "notificationChannel"
},
"recipients": [
{
"id": "6615e72d8fbf5104b5bc114dbda1bea1",
"type": "user"
}
],
"schedule": {
"cron": "0 0 16 ? * *",
"firstRun": "2024-11-12T21:00:00Z",
"timezone": "Etc/UTC"
},
"state": "ACTIVE",
"title": "Test"
}
]
When I removed it by sending an empty array ( []
) with PUT to the same endpoint to remove the schedules dashboards started loading again.
Could you please check on your side?Jan Kos
11/22/2024, 2:01 PMEoghan Bonass
11/22/2024, 2:03 PMEoghan Bonass
11/22/2024, 2:03 PMEoghan Bonass
11/22/2024, 2:03 PMEoghan Bonass
11/22/2024, 2:07 PMEoghan Bonass
11/22/2024, 2:08 PMJan Kos
11/26/2024, 2:01 PMEoghan Bonass
11/26/2024, 2:05 PM