GET api/v1/measurement/unitSetId/{unitSetName}?siteService={siteService}
Retrieves the unit set ID for a specified unit set name
CygNet Access Requirements
CygNet ACS security: BRDGAPI ACCESS 1
CygNet Bridge API license type: Base
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| unitSetName |
The name of the unit set to retrieve |
string |
Required |
| siteService |
CygNet site and service (Site.Service) of the FMS Service |
string |
Required |
Body Parameters
None
Response Information
Resource Description
Unit set id for the specified unit set name
| Name | Description | Type | Additional information |
|---|---|---|---|
| unitSetId |
Value of the specified property |
integer |
None |
Response Formats
application/json, text/json
Sample:
{
"unitSetId": 1
}