Last updated 12 months ago
Was this helpful?
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.
Organization ID
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 } ] }
OK
{ "success": true, "error": "text", "date": "2025-04-16T14:31:04.912Z", "queries": [ { "title": "text", "dataset": "text", "query": "text", "newItems": [ "text" ], "deletedItems": [ "text" ] } ] }