Metadata Entity Links REST Endpoints
    
        Shared Services/Metadata Entity Relationships/Metadata Entity Links
    
The metadata entity links resource is used to view the relationship between entities. Entities belong to the various entity models of a particular metadata model within the Oracle Policy Automation configuration schema.
- Create a se of metadata entity links
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaMetaDataEntityRelationships/{publicSectorOpaMetaDataEntityRelationshipsUniqID}/child/MetaDataEntityLinkAccessor - Delete a metadata entity link
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaMetaDataEntityRelationships/{publicSectorOpaMetaDataEntityRelationshipsUniqID}/child/MetaDataEntityLinkAccessor/{MetaDataEntityLinkAccessorUniqID} - Get a metadata entity link
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaMetaDataEntityRelationships/{publicSectorOpaMetaDataEntityRelationshipsUniqID}/child/MetaDataEntityLinkAccessor/{MetaDataEntityLinkAccessorUniqID} - Get all metadata entity links
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaMetaDataEntityRelationships/{publicSectorOpaMetaDataEntityRelationshipsUniqID}/child/MetaDataEntityLinkAccessor - Update a metadata entity link
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaMetaDataEntityRelationships/{publicSectorOpaMetaDataEntityRelationshipsUniqID}/child/MetaDataEntityLinkAccessor/{MetaDataEntityLinkAccessorUniqID}