Last updated 11 months ago
Was this helpful?
List all data campaign dashboards
Organization ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/campaign-dashboards' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "dashboards": [ { "id": 1, "created": "2025-03-26T12:59:07.926Z", "name": "text", "emailRecipientUids": [ 1 ], "latestScreenshot": "text", "whenToEmail": "always", "showNoOfDays": 1 } ] }