Data Conditions REST Endpoints

Data Security Profile Role Group Assignments/Data Conditions
The data conditions resource is used to create, view, and modify the list of values that define the data condition assigned to a data security profile role group assignee.
Create a data condition
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileRoleGroupAssignments/{ProfileAssignmentId}/child/dataConditions
Delete a data condition
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileRoleGroupAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}
Get a data condition
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileRoleGroupAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}
Get all data conditions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileRoleGroupAssignments/{ProfileAssignmentId}/child/dataConditions
Update a data condition
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfileRoleGroupAssignments/{ProfileAssignmentId}/child/dataConditions/{ConditionId}