Object Attributes REST Endpoints

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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorObjectattrs
Delete a data security object and its attributes
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorObjectattrs/{publicSectorObjectattrsUniqID}
Get a data security object and its attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorObjectattrs/{publicSectorObjectattrsUniqID}
Get all data security objects and its attributes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorObjectattrs
Update a data security object and its attributes
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorObjectattrs/{publicSectorObjectattrsUniqID}