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