Last updated 10 months ago
Was this helpful?
List all data campaign dashboards
/api/organizations/{organizationId}/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-02-22T08:51:16.830Z", "name": "text", "latestScreenshot": "text", "showNoOfDays": 1, "whenToEmail": "always", "emailRecipientUids": [ 1 ] } ] }