Get all location - location type - device associations

get

/connectedWorker/clientapi/v2/projects/{projectId}/locations/{locationId}/typeDevices

This operation retrieves all location - location type - device association for specific location.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Location - location type - device associations were successfully retrieved
Body ()
Root Schema : LocationSensorDevices
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : LocationSensorDevice
Type: object
Show Source
  • Id of the device that provides the sensor data. Device must support device model and attribute defined for location type and sensor attribute
    Example: 21E15228-0C54-47E6-AC7F-41A0A8F8D10E
  • links
  • The unique id of the location in the project
    Example: 52
  • Minimum Length: 0
    Maximum Length: 255
    Pattern: ^\w+$
    Name of the location type. Accepted are alphanumeric characters and underscore, max length is 255 characters
    Example: firstFloor
  • The unique id of the project
    Example: 51
  • Minimum Length: 0
    Maximum Length: 255
    Pattern: ^\w+$
    Name of the sensor attribute. Accepted are alphanumeric characters and underscore, max length is 255 characters
    Example: windowTemperature
Back to Top