GET api/v1/services/{siteService}/associated/{type}
Retrieves an associated service, of a specified type, for a CygNet site and 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) to retrieve associated service for |
string |
Required |
| type |
Type of CygNet service to retrieve |
ServiceType |
Required |
Body Parameters
None
Response Information
Resource Description
Returns the associated CygNet service for specified parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| domainId |
Domain ID |
unsigned integer |
None |
| siteService |
CygNet site and service (Site.Service) name |
string |
Required |
Response Formats
application/json, text/json
Sample:
{
"domainId": 9051,
"siteService": "CYGNET.PNT"
}