Last updated 8 months ago
List all data campaign dashboards
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-dashboards', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "dashboards": [ { "id": 0, "created": "2024-12-22T08:39:05.393Z", "name": "text", "emailRecipientUids": [ 0 ], "latestScreenshot": "text", "whenToEmail": "always", "showNoOfDays": 0 } ] }