- Subcategories:
- Entities
Entity Models REST Endpoints
Shared Services/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaEntityModels
- Delete an entity model
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaEntityModels/{EntityModelName}
- Get all entity models
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaEntityModels
- Get an entity model
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaEntityModels/{EntityModelName}
- Update an entity model
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaEntityModels/{EntityModelName}