Role Definitions REST Endpoints
Shared Services/Role Definitions
The role definitions resource is used to view the list of roles that can be assigned in the system.
- Create a set of role definitions
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRoleDefinitions - Delete a role definition
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorRoleDefinitions/{publicSectorRoleDefinitionsUniqID} - Get a role definition
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRoleDefinitions/{publicSectorRoleDefinitionsUniqID} - Get all role definitions
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRoleDefinitions - Gets a role name by the role ID.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRoleDefinitions/action/getRoleNameByRoleId - Gets a unique GUID by the role ID.
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRoleDefinitions/action/getRoleGuidByRoleId - Update a role definition
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRoleDefinitions/{publicSectorRoleDefinitionsUniqID}