GET api/v1/devices/properties?siteService={siteService}&deviceId={deviceId}&deviceProperty={deviceProperty}

Retrieves a device property value for a device

CygNet Access Requirements

    CygNet ACS security: BRDGAPI ACCESS 1

    CygNet Bridge API license type: Base

Request Information

URI Parameters

NameDescriptionTypeAdditional information
siteService

CygNet site and service (Site.Service) of the Device Definition Service (DDS)

string

Required

deviceId

The device ID to retrieve a property for

string

Required

deviceProperty

Enumeration of the device property to request a value for

DeviceProperty

Required

Body Parameters

None

Response Information

Resource Description

NameDescriptionTypeAdditional information
value

Value for the requested device property

string

None

Response Formats

application/json, text/json

Sample:
{
  "value": "Antier Remote Device"
}