GET api/v1/measurement/reportNames?siteService={siteService}
Retrieves a list of available report names associated with the connected FMS service.
CygNet Access Requirements
CygNet ACS security: BRDGAPI ACCESS 1
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
None
Response Information
Resource Description
Returns list of available report names.
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportNames |
Report Names. |
Collection of string |
None |
Response Formats
application/json, text/json
Sample:
{
"reportNames": [
"GasReport",
"LiquidReport"
]
}