- URL:
- https://<root>/system/content
- Methods:
GET
- Child Resources:
- Languages, External Content
- 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
Parameter | Details |
---|---|
| The response format. The default value is Values: |
Example usage
The following is a sample request URL used to access the content
resource:
https://machine.domain.com/webadaptor/portaladmin/system/content?f=pjson
JSON Response example
{
"resources": [
"configuration",
"livingatlas"
]
}