v3

latestOpenAPI 3.1.02026-08-0797185285.8 KB

Post Sensors

Creates a sensor in the Isometric system.

post/sensors

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Request body

referencestring required

What the supplier refers to this sensor by

unitsstring required

The units of measurement for this sensor

manufacturerstring nullable

The manufacturer of the sensor

modelstring nullable

The model of the sensor

storage_location_idstring nullable

The storage location where the sensor is stored

facility_idstring nullable

The facility where the sensor is installed

Example request

{
  "storage_location_id": "slc_1F3PMGVC91S0SBK3",
  "facility_id": "fcl_1G8QT5ZAB1S0XSDW"
}

Response

Successful Response

idstring required
project_idstring required
referencestring required
unitsstring required
manufacturerstring nullable required
modelstring nullable required

Example response

{
  "id": "sns_1GJ82BEMB1S0FBFV"
}