Privileges REST Endpoints

Privileges
The privileges resource is used to capture all data security privileges. The data security privileges can be of these types: standard, custom, redaction, and column authorization.
Create a data security privilege
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPrivileges
Delete a data security privilege
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPrivileges/{publicSectorPrivilegesUniqID}
Get a data security privilege
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPrivileges/{publicSectorPrivilegesUniqID}
Get all data security privileges
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPrivileges
Update a data security privilege
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPrivileges/{publicSectorPrivilegesUniqID}