Loading...
Add a new data campaign dashboard
Organization ID
List of user IDs to notify for this dashboard (sent daily)
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-dashboards', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "name": "text", "emailRecipientUids": [], "whenToEmail": "always" }), }); const data = await response.json();
{ "success": false, "error": "text" }