/api/space/application-management

The following operations are supported on this resource:

GET / Version 3

Root Resource.

Sample Usage

GET /


  • Sample Output XML:
    <application-management>
       <collection href="/api/space/application-management/applications"/>
       <platform href="/api/space/application-management/platform"/>
    </application-management>

  • Sample Output JSON:
    {
       "application-management" : {
         "collection" : {
           "@href": "/api/space/application-management/applications"
         },
         "platform" : {
           "@href": "/api/space/application-management/platform"
         }
       }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead

    GET / Version 2

    Root Resource.

    Sample Usage

    GET /


  • Sample Output XML:
    <application-management>
       <collection href="/api/space/application-management/applications"/>
       <platform href="/api/space/application-management/platform"/>
    </application-management>

  • Sample Output JSON:
    {
       "application-management" : {
         "collection" : {
           "@href": "/api/space/application-management/applications"
         },
         "platform" : {
           "@href": "/api/space/application-management/platform"
         }
       }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead

      For other non-deprecated versions of this API, refer to :
    • version 1