/api/space/application-management/platform/settings/domain

The following operation is supported on this resource:

  • GET - Get domain-specific configuration settings
GET /platform/settings/domain Version 1

This API retrieves domain-specific configuration settings.

Sample Usage

GET /platform/settings/domain


  • Sample Output XML:
    <domain uri="/api/space/application-management/applications/platform/settings/domain">
        <manage-objects-from-all-assigned-domains>false</manage-objects-from-all-assigned-domains>
        <enable-option-read-and-execute-parent-domain-setting>true</enable-option-read-and-execute-parent-domain-setting>
    </domain>

  • Sample Output JSON:
    {
      "domain": {
          "@uri": "/api/space/application-management/platform/settings/domain",
          "manage-objects-from-all-assigned-domains":false,
          "enable-option-read-and-execute-parent-domain-setting":true
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead