- Subcategories:
- Security Page Group Members
Security Page Groups REST Endpoints
Security Page Groups
A page group is a named set of application pages that are managed together.
- Create a page group
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedPageGroups - Delete a page group
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedPageGroups/{GroupId} - Get a page group
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPageGroups/{GroupId} - Get all page groups
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPageGroups - Update a page group
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedPageGroups/{GroupId}