PUT api/v1/measurement/dataQualitySettings?siteService={siteService}
Modifies various data quality settings for the connected FMS service.
CygNet Access Requirements
CygNet ACS security: BRDGAPI ACCESS 3
CygNet Bridge API license type: Base
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| siteService |
CygNet site and service (Site.Service) of the FMS Service |
string |
Required |
Body Parameters
The request to modify various data quality settings.
| Name | Description | Type | Additional information |
|---|---|---|---|
| setting |
The specific data quality setting to modify. |
Setting |
Required |
| recordId |
The ID (influence) of the quality to use for the selected setting. |
integer |
Required |
| forceUnlock |
If this parameter is set to True, the method will attempt to force unlock the data quality system setting if it is locked. |
boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"setting": "Default",
"recordId": 1,
"forceUnlock": true
}
Response Information
Resource Description
None