Last updated 10 months ago
Was this helpful?
Get a data campaign dashboard
/api/organizations/{organizationId}/campaign-dashboard/{campaignDashboardId}
Organization ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/campaign-dashboard/{campaignDashboardId}' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "dashboard": { "id": 1, "created": "2025-02-21T18:00:54.778Z", "name": "text", "latestScreenshot": "text", "showNoOfDays": 1, "whenToEmail": "always", "emailRecipientUids": [ 1 ] } }