- Subcategories:
- Page Permission Role Assignments
Page Access Role Assignments REST Endpoints
Page Access Role Assignments
The page access role assignments resource is used to view, create, modify or delete roles associated with application pages.
- Create a role page assignment
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments - Create bulk assignments for page access
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/action/createBulkAssignments - Delete a role page assignment
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/{AssignmentId} - Get a role page assignment
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/{AssignmentId} - Get all role page assignments
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments - Update a role page assignment
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/{AssignmentId}