Get data campaign

Get data campaign

get

Get a data campaign

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

campaignIdintegerRequired
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/organizations/{organizationId}/campaigns/{campaignId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "campaign": {
    "id": 1,
    "dataCampaignDashboardId": 1,
    "created": "2025-07-12T03:26:16.339Z",
    "name": "text",
    "description": "text",
    "coordinatorUids": [
      1
    ],
    "logo": "text",
    "queries": [
      {
        "name": "text",
        "dataset": "text",
        "query": "text"
      }
    ],
    "links": [
      {
        "icon": "text",
        "name": "text",
        "link": "text"
      }
    ],
    "datasets": [
      "text"
    ],
    "pipelineIds": [
      1
    ],
    "projectIds": [
      1
    ]
  },
  "graphs": [
    {
      "title": "text",
      "link": "text",
      "xData": [
        {
          "color": "text",
          "legendText": "text",
          "popupText": "text",
          "values": [
            {
              "id": 1,
              "value": 1
            }
          ],
          "dataset": "text",
          "query": "text",
          "dataType": "dataItems"
        }
      ],
      "yTicks": [
        "2025-07-12T03:26:16.339Z"
      ],
      "nextUpdate": "2025-07-12T03:26:16.339Z"
    }
  ]
}

Last updated

Was this helpful?