Get data campaign dashboard

Get data campaign dashboard

get

Get a data campaign dashboard

Authorizations
Path parameters
organizationIdintegerrequired

Organization ID

campaignDashboardIdintegerrequired
Responses
curl -L \
  --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/campaign-dashboard/{campaignDashboardId}' \
  --header 'x-api-key: YOUR_API_KEY'
{
  "success": true,
  "error": "text",
  "dashboard": {
    "id": 1,
    "created": "2025-03-26T13:13:46.635Z",
    "name": "text",
    "emailRecipientUids": [
      1
    ],
    "latestScreenshot": "text",
    "whenToEmail": "always",
    "showNoOfDays": 1
  }
}

Last updated

Was this helpful?