Skip to main content

Get all sensors of a device

Retrieves all sensors of a single device

Path Parameters
  • iri integer or string required
Responses

OK


Schema array
  • 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[]
  • id integer

    id of the sensorElement

  • accuracy number

    the accuracy with which the phenomenon is measured

  • sensorId integer

    id of the sensor the sensor Element belongs to

  • phenomenonId integer

    the id of the measured phenomenon

  • unitId integer

    the id of the unit of the measured phenomenon

  • image string

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