GET api/v1/facilities/{facilityTag}/linkedDevices

Retrieves devices linked to a facility

CygNet Access Requirements

    CygNet ACS security: BRDGAPI ACCESS 1

    CygNet Bridge API license type: Base

Request Information

URI Parameters

NameDescriptionTypeAdditional information
facilityTag

CygNet facility tag (Site.Service::FacilityId)

string

Required

Body Parameters

None

Response Information

Resource Description

List of devices linked to the specified facility

NameDescriptionTypeAdditional information
devices

Devices linked to the specified facility

Collection of string

None

Response Formats

application/json, text/json

Sample:
{
  "devices": [
    "ASH_RD"
  ]
}