Managing entities

Manage solution entities by using a solution agent, or by using the REST APIs. You can create, delete, and modify entities and also retrieve information about existing entities in a Decision Server Insights solution project.

About this task

A Decision Server Insights solution includes business entities, for example, a customer or an account. The schema for an entity is described by an entity type. For example, John Doe is an entity with the entity type Person. REST APIs are provided so that you can manage the entities in a solution project.

Retrieve information about existing solution entities by sending a GET request to the Insight Server. You can create, modify, or delete entities by sending PUT, POST, or DELETE requests.