Application Page Assignments REST Endpoints

Application Page Assignments
The application page assignments resource is used to view, create, modify or delete role associated with application pages.
Create a role page assignment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments
Create bulk assignments for page access.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/action/createBulkAssignments
Delete a role page assignment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/{AssignmentId}
Get a role page assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/{AssignmentId}
Get all role page assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments
Update a role page assignment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedPageRoleAssignments/{AssignmentId}