FetchDomainWithSubDomains
synq.domains.v2.DomainsService
FetchDomainWithSubDomains
Fetch a domain together with its direct sub-domains, keyed by id.
GET
FetchDomainWithSubDomains
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Id of the domain. Accepts the bare UUID or the domain-<uuid> form.
Pattern:
^(domain-)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Query Parameters
Omit the membership definition from each domain.
Response
200 - application/json
Success
The domain and its direct sub-domains, keyed by id.