POST
/
api
/
{projectId}
/
device
/
{deviceId}
/
get-impulse-records
Get impulse records
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>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

deviceId
string
required

Device ID

Body

application/json

Response

200 - application/json

OK

The response is of type object.