Last updated 11 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
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/campaigns/{campaignId}/diff' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "queries": [ { "dataset": "text", "query": "text", "graphValueId": 1 } ] }'
{ "success": true, "error": "text", "date": "2025-03-26T12:59:19.291Z", "queries": [ { "title": "text", "dataset": "text", "query": "text", "newItems": [ "text" ], "deletedItems": [ "text" ] } ] }