Data Privileges REST Endpoints

Data Security Profile Assignments/Data Conditions/Data Privileges
The data privileges resource provides a list of data security privileges available to be granted to the data condition assigned for the associated business object.
Create a data privilege grant
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}/child/dataPrivileges
Delete a data privilege grant
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}/child/dataPrivileges/{PrivilegeGrantId}
Get a data privilege grant
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}/child/dataPrivileges/{PrivilegeGrantId}
Get all data privilege grants
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}/child/dataPrivileges
Update a data privilege grant
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}/child/dataPrivileges/{PrivilegeGrantId}