Data Conditions REST Endpoints

Data Profile Access Role Assignments/Data Conditions
Data conditions constitute the criteria configured on data profile access role assignments to filter data access.
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}