Loading...
Get a data campaign dashboard
Organization ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
List of user IDs to notify for this dashboard (sent daily)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/campaign-dashboard/{campaignDashboardId}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "dashboard": { "created": "2024-11-21T15:48:21.467Z", "name": "text", "emailRecipientUids": [], "latestScreenshot": "text", "whenToEmail": "always" } }