/api/space/domain-management/domains/{id}/children/{id}

The following operation is supported on this resource:

  • GET - Get the Global domain and all its top-level children
GET /domains/{id}/children/{id} Version 2

Get the Global domain and all its top-level children.

Sample Usage

GET /domains/{id}/children/{id}


  • Parameters:
    Name Type URI Type Description Required
    id Integer Path ID Y
  • Sample Output XML:
    <domain href="/api/space/domain-management/domains/32769" uri="/api/space/domain-management/domains/32769/children/819672">
             <id>819672</id>
             <name>Child</name>
             <description>Child Domain</description>
    </domain>

  • Sample Output JSON:
    {
         "domain" : {
           "@href" : "/api/space/domain-management/domains/32769" ,
           "@uri" : "/api/space/domain-management/domains/32769/children/819672" ,
           "id" : 819672 ,
           "name" : "Child" ,
           "description" : "Child Domain"
         }
    }

  • Access Control

    The following capabilities are required to access this API: ReadDomain