Content

URL:
https://<root>/system/content
Methods:
GET
Required Capability:
Access allowed with either the "Security and Infrastructure" or "Organization Website" privileges
Version Introduced:
10.6

Description

The content resource provides access to the Languages and External Content resources. The languages resource provides a list of currently enabled languages for an organization, which can be added or removed using the corresponding child operations. The externalcontent resource returns whether access to external content has been enabled or disabled for the organization.

Prior to ArcGIS Enterprise 11.2, the content resource also exposed the Update Content Configuration operation, which was used to enable or disable external content, and the Languages resource was a top-level resource.

Request parameters

ParameterDetails

f

The response format. The default value is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the content resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/portaladmin/system/content?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
{
  "resources": [
    "configuration",
    "livingatlas"
  ]
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.