Object Attributes REST Endpoints
Shared Services/Object Attributes
The object attributes resource is used to capture all data security objects and the associated attributes.
- Create a data security object and its attributes
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorObjectattrs - Delete a data security object and its attributes
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorObjectattrs/{publicSectorObjectattrsUniqID} - Get a data security object and its attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorObjectattrs/{publicSectorObjectattrsUniqID} - Get all data security objects and its attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorObjectattrs - Update a data security object and its attributes
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorObjectattrs/{publicSectorObjectattrsUniqID}