Entity Models REST Endpoints

Entity Models
The entity models resource is used to view all the entity models that exist in the Oracle Policy Automation configuration schema. The entity model represents an aggregation of one or more entities and their attributes that are used in the Oracle Policy Modeling tool.
Create a set of entity models
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntityModels
Delete an entity model
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntityModels/{EntityModelName}
Get all entity models
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntityModels
Get an entity model
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntityModels/{EntityModelName}
Update an entity model
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntityModels/{EntityModelName}