cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/campaigns/{campaignId}/diff \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "queries": [ { "dataset": "<string>", "query": "<string>", "graphValueId": 123 } ] }'
{ "success": true, "error": "<string>", "date": "2023-11-07T05:31:56Z", "queries": [ { "title": "<string>", "dataset": "<string>", "query": "<string>", "newItems": [ "<string>" ], "deletedItems": [ "<string>" ] } ] }
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
Show child attributes
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?