Page Permission Assignment to Role REST Endpoints

Application Page Assignments/Page Permission Assignment to Role
The role page permission resource is used to view, create, modify or delete permissions associated with role for a application page.
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}