Page Permission Role Group Assignments REST Endpoints

Page Access Role Group Assignments/Page Permission Role Group Assignments
Page permissions define what users can do with a page, like view or update specific sections. These permissions are set through page access role group assignments.
Create a page permission for a role group
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedPageRoleGroupAssignments/{AssignmentId}/child/roleGroupPagePermissions
Delete a page permission for a role group
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedPageRoleGroupAssignments/{AssignmentId}/child/roleGroupPagePermissions/{PermissionMappingId}
Get a page permission for a role group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedPageRoleGroupAssignments/{AssignmentId}/child/roleGroupPagePermissions/{PermissionMappingId}
Get all page permissions for a role group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedPageRoleGroupAssignments/{AssignmentId}/child/roleGroupPagePermissions
Update a page permission for a role group
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedPageRoleGroupAssignments/{AssignmentId}/child/roleGroupPagePermissions/{PermissionMappingId}