Calibrate accelerometers

Calibrate single or multiple device accelerometers remotely. The devices must be online or in standby mode.

Request
Security:
path Parameters
orgId
required
string

The ID of the organization. Obtain this from GET /organizations.

Example: 62
Request Body schema: application/json
imeis
Array of strings (IMEI)

The IMEI numbers of the devices you want to calibrate. The IMEI number can be found on a sticker on the device itself or on the back of the device box.

groups
Array of integers (Group ID)

The group IDs of the device groups you want to calibrate. Obtain group IDs from GET /organizations/{orgId}/devices.

ungrouped
boolean

Calibrate any devices that do not belong to a group. Find out which devices do not belong to a group from GET /organizations/{orgId}/devices,

Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

post/organizations/{orgId}/devices/calibrate-accelerometer
Request samples
application/json
{
  • "imeis": [
    ],
  • "groups": [
    ],
  • "ungrouped": true
}
Response samples
application/json
{
  • "requestId": "df5fg-45fgfdsg-45fg-45454"
}