Skip to main content

Get a single sensor

Get a single sensor

Path Parameters
  • iri integer or string required
Responses

OK


Schema
  • id integer

    the id of the sensor

  • slug string

    the slug of the sensor

  • label object
  • item object[]
  • languageCode string

    languageCode for the language of the label. e.g. en, de,...

  • text string

    the label text

  • translationId integer

    unique identifier of the translation item

  • description object
  • item object[]
  • languageCode string

    languageCode for the language of the description. e.g. en, de,...

  • text string

    the description text

  • translationId integer

    unique identifier of the translation item

  • elements object[]

    all sensor elements of the given sensor that describe which phenomena can be measured by the sensor. It also provides the unit and accuracy of that measured phenomenon

  • id integer

    the id of the sensor

  • accuracy float

    accuracy of the the phenomenon measured by the sensor

  • accuracyUnit object
  • id integer

    identifier of the unit object

  • slug string

    slug of the unit object

  • name string

    name of the unit

  • notation string

    the notation of the unit (abreviation)

  • validation boolean

    boolean that is true if the information is validated by an admin

  • descriptionId integer

    the descriptionId of the units description

  • phenomena object
  • id integer

    identifier of the phenomenon object

  • slug string

    slug of the phenomenon object

  • label object
  • item object[]
  • languageCode string

    languageCode for the language of the label. e.g. en, de,...

  • text string

    the label text

  • translationId integer

    unique identifier of the translation item

  • sensor object
  • id integer

    identifier of the sensor object

  • slug string

    slug of the sensor object

  • label object
  • item object[]
  • languageCode string

    languageCode for the language of the label. e.g. en, de,...

  • text string

    the label text

  • translationId integer

    unique identifier of the translation item

  • devices object[]

    devices that contain the retrieved sensor

  • id integer

    the id of the device

  • label object
  • item object[]
  • languageCode string

    languageCode for the language of the markdown text. e.g. en, de,...

  • text string

    the label text

  • translationId integer

    unique identifier of the translation item

  • validation boolean

    boolean that is true if the information is validated by an admin

  • price integer

    the price of the sensor

  • image string

    the filename of the image that can be accessed via /images/uploads/{filename}

  • manufacturer string

    the name of the manufacturer of the sensor e.g. Bosch, Truebener GmbH etc.

  • lifePeriod integer

    the estimated life period of the sensor in days

  • datasheet string

    a link to the datasheet of the retrieved sensor

  • validation boolean

    boolean that is true if the information is validated by an admin