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: post
Path: /fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/{AssignmentId}/child/rolePagePermissions
Delete a page permission for a role
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/{AssignmentId}/child/rolePagePermissions/{PermissionMappingId}
Get a page permission for a role
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/{AssignmentId}/child/rolePagePermissions/{PermissionMappingId}
Get all page permissions for a role
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/{AssignmentId}/child/rolePagePermissions
Update a page permission for a role
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/{AssignmentId}/child/rolePagePermissions/{PermissionMappingId}