Skip To Content
ArcGIS Developer
Dashboard

Content

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 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:

https://machine.domain.com/webadaptor/portaladmin/system/content?f=json

JSON Response example


{
  "resources": [
    "configuration",
    "livingatlas"
  ]
}