cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/device/{deviceId}/get-impulse-records \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "index": 123, "range": { "first": 123, "last": 123 }, "list": [ 123 ] }'
{ "success": true, "error": "<string>" }
Retrieve impulse records from the device.
Project ID
Device ID
OK
The response is of type object.
object