Add data campaign dashboard

Add data campaign dashboard

post

Add a new data campaign dashboard

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

Body
namestringRequired
emailRecipientUidsinteger[]Required

List of user IDs to notify for this dashboard (sent daily)

whenToEmailstring · enumRequiredPossible values:
showNoOfDaysintegerRequired
Responses
200
OK
application/json
Responseall of
post
POST /v1/api/organizations/{organizationId}/campaign-dashboards HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 80

{
  "name": "text",
  "emailRecipientUids": [
    1
  ],
  "whenToEmail": "always",
  "showNoOfDays": 1
}
200

OK

{
  "success": true,
  "error": "text",
  "dataCampaignDashboardId": 1
}

Last updated

Was this helpful?