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: postPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId}/child/profileFields - Delete a profile field
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId}/child/profileFields/{ProfileFieldId} - Get a profile field
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId}/child/profileFields/{ProfileFieldId} - Get all profile fields
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId}/child/profileFields - Update a profile field
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedDataSecurityProfiles/{ProfileId}/child/profileFields/{ProfileFieldId}