Profile Fields REST Endpoints

Data Security Profiles/Profile Fields
The profile fields resource fields provide a complete list of fields that can be used to define the data conditions for the data security profile.
Create a new data profile
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId}/child/profileFields
Delete a profile field
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId}/child/profileFields/{ProfileFieldId}
Get a profile field
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId}/child/profileFields/{ProfileFieldId}
Get all profile fields
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId}/child/profileFields
Update a profile field
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId}/child/profileFields/{ProfileFieldId}