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: 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}