Get impulse records
Retrieve impulse records from the device.
Authorizations
Path parameters
projectIdintegerRequired
Project ID
deviceIdstringRequired
Device ID
Body
indexintegerOptional
listinteger[]Optional
Responses
200
OK
application/json
post
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
]
}
200
OK
{
"success": true,
"error": "text"
}
Last updated
Was this helpful?