Last updated 12 months ago
Was this helpful?
Retrieve impulse records from the device.
Project ID
Device ID
POST /v1/api/{projectId}/device/{deviceId}/get-impulse-records HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 51 { "index": 1, "range": { "first": 1, "last": 1 }, "list": [ 1 ] }
OK
{ "success": true, "error": "text" }