Entities REST Endpoints

Entities
The entities resource is used to view entities that belong to an entity model. An entity represents a View object that exists in the application schema. The entity contains information about how the View object is referred to and is used in the Oracle Policy Modeling tool.
Create a set of entities
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntities
Delete an entity
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntities/{publicSectorOpaEntitiesUniqID}
Get all entities
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntities
Get an entity
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntities/{publicSectorOpaEntitiesUniqID}
Update an entity
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntities/{publicSectorOpaEntitiesUniqID}