Get diff for data campaign

Get diff for data campaign

post

Get which items have changed for a data campaign. You post the data points and we'll return which data items are different in the past day.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

campaignIdintegerRequired
Body
Responses
200
OK
application/json
Responseall of
post
POST /v1/api/organizations/{organizationId}/campaigns/{campaignId}/diff HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 64

{
  "queries": [
    {
      "dataset": "text",
      "query": "text",
      "graphValueId": 1
    }
  ]
}
200

OK

{
  "success": true,
  "error": "text",
  "date": "2025-07-05T04:18:49.099Z",
  "queries": [
    {
      "title": "text",
      "dataset": "text",
      "query": "text",
      "newItems": [
        "text"
      ],
      "deletedItems": [
        "text"
      ]
    }
  ]
}

Last updated

Was this helpful?