classification: Classification

URL:
https://[root]/portals/[portalID]/classifcation
Methods:
GET
Operations:
Assign Classification Schema, Delete Classification Schema, Validate Classification Schema, Validate Classification
Child Resources:
Classification Schema
Version Introduced:
11.4

Example usage

The following is a sample ArcGIS Enterprise request used to access the classification resource:

1
https://machine.domain.com/webadaptor/sharing/rest/portals/0123456789ABCDEF/classification?f=pjson

Description

The classification resource returns the current grammar version and whether a classification schema has been assigned to the organization. The classification schema must adhere to the grammar version returned by this resource. When a classification schema is assigned to the organization, the hasClassificationSchema property will return as true.

The classification resource also provides access to various resources and operations that can be used to manage your organization's classification schema.

Request parameters

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

JSON Response syntax

1
2
3
4
{
  "grammarVersion": "2.0",
  "hasClassificationSchema": <true | false>
}

JSON Response example

1
2
3
4
{
  "grammarVersion": "2.0",
  "hasClassificationSchema": true
}

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close