Skip To Content
ArcGIS Developer
Dashboard

Type

Description

License:

At ArcGIS Enterprise 10.9.1, named users in the Enterprise portal must be licensed with the ArcGIS Knowledge user type extension to create, edit, and update Knowledge Graph Server services. At ArcGIS Enterprise 11.0, your account no longer requires the ArcGIS Knowledge user type extension, but you must be signed in to the Enterprise portal to create, edit, and update Knowledge Graph Server services.

The Type resource allows you to access information and modify settings for a specific entity type or relationship type defined in a knowledge graph service's data model resource. You can add properties to an existing entity type or relationship type by defining a new field. You can include a property in the search index for the knowledge graph service by indexing the appropriate field. You can also update or delete an existing entity type or relationship type if you have sufficient privileges.

Use the data model Query operation to learn about the item types that are defined in the schema. Use the data model Named Types resource with the name of the specific entity type or relationship type you want to access.

Request parameters

ParameterDetails
f

The response format. The only supported response format is html.

Example usage

The following is a sample request URL to get information about the Warehouse entity type. Warehouse is one of the named types defined in the data model resource for a knowledge graph service named SupplyChain:

https://machine.domain.com/webadaptor/rest/services/Hosted/SupplyChain/KnowledgeGraphServer/dataModel/edit/namedTypes/Warehouse?f=html