Last updated 12 months ago
Was this helpful?
List all data campaign dashboards
Organization ID
GET /v1/api/organizations/{organizationId}/campaign-dashboards HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "dashboards": [ { "id": 1, "created": "2025-04-16T14:33:34.110Z", "name": "text", "emailRecipientUids": [ 1 ], "latestScreenshot": "text", "whenToEmail": "always", "showNoOfDays": 1 } ] }