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, "date": "2023-11-07T05:31:56Z", "queries": [ { "title": "<string>", "dataset": "<string>", "query": "<string>", "newItems": [ "<string>" ], "deletedItems": [ "<string>" ] } ], "error": "<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
Which point in the graph was clicked (from "graphs.values")
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?