Page Permission Role Assignments REST Endpoints
Page Access Role Assignments/Page Permission Role Assignments
Page permissions define what users can do with a page, like view or modify specific sections. These permissions are set through page access role assignments.
- Create a page permission for a role
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/{AssignmentId}/child/rolePagePermissions - Delete a page permission for a role
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/{AssignmentId}/child/rolePagePermissions/{PermissionMappingId} - Get a page permission for a role
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/{AssignmentId}/child/rolePagePermissions/{PermissionMappingId} - Get all page permissions for a role
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/{AssignmentId}/child/rolePagePermissions - Update a page permission for a role
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/{AssignmentId}/child/rolePagePermissions/{PermissionMappingId}