Last updated 8 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": { "id": 0, "created": "2024-12-21T12:17:03.356Z", "name": "text", "emailRecipientUids": [ 0 ], "latestScreenshot": "text", "whenToEmail": "always", "showNoOfDays": 0 } }