Data Conditions REST Endpoints

Data Security Profile Assignments/Data Conditions
The data conditions resource provides a list of values that define the data condition assigned to the data security profile role assignee.
Create a data condition grant
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions
Delete a data condition grant
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}
Get a data condition grant
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}
Get all data condition grants
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions
Update a data condition grant
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}