Entity Attributes REST Endpoints

Entity Attributes
The entity attributes resource is used to view attributes that belong to an entity. The entity attribute represents the attribute of a View object present in the application schema. The attribute also contains information about how the View object attribute is referred to and used in the Oracle Policy Modeling tool.
Create a set of entity attributes
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntityAttributes
Delete an entity attribute
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntityAttributes/{publicSectorOpaEntityAttributesUniqID}
Get all entity attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntityAttributes
Get an entity attribute
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntityAttributes/{publicSectorOpaEntityAttributesUniqID}
Update an entity attribute
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorOpaEntityAttributes/{publicSectorOpaEntityAttributesUniqID}