Last updated 7 months ago
Get a data campaign dashboard
Organization ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
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-21T08:42:56.243Z", "name": "text", "emailRecipientUids": [], "latestScreenshot": "text", "whenToEmail": "always" } }