Workspace REST Endpoints
Workspace
Use the Workspace service to create, update, delete, and view workspaces. Update Keys : 'workspaceId'
- Assign Permission Profiles To User
- Method: postPath:
/api/restapi/workspace/assignUser
- Assign Permission Profiles To User Group
- Method: postPath:
/api/restapi/workspace/assignUserGroup
- Assign Users To User Group
- Method: postPath:
/api/restapi/workspace/assignUsersToGroup
- Batch Create Workspaces
- Method: postPath:
/api/restapi/workspace/batch
- Batch Delete Workspaces
- Method: deletePath:
/api/restapi/workspace/batch
- Batch Sync Workspaces
- Method: postPath:
/api/restapi/workspace/syncBatch
- Batch Update Workspaces
- Method: putPath:
/api/restapi/workspace/batch
- Create a Workspace
- Method: postPath:
/api/restapi/workspace
- Delete a Workspace
- Method: deletePath:
/api/restapi/workspace/{workspaceId}
- Recalculate Workspace Cost Sheet
- Method: postPath:
/api/restapi/cbs/recalculate/workspace/{workspaceId}
- Remove User From User Group
- Method: postPath:
/api/restapi/workspace/removeUsersFromGroup
- Remove User Groups Assigned to a Workspace
- Method: postPath:
/api/restapi/workspace/removeUserGroups
- Remove Users Assigned to a Workspace
- Method: postPath:
/api/restapi/workspace/removeUsers
- Update a Workspace
- Method: putPath:
/api/restapi/workspace
- View a Workspace
- Method: getPath:
/api/restapi/workspace/{workspaceId}
- View a Workspace by Code
- Method: getPath:
/api/restapi/workspace/code/{workspaceCode}
- View a Workspace Image
- Method: getPath:
/api/restapi/workspace/image/{workspaceId}
- View All Child Workspaces in a Workspace Hierarchy
- Method: getPath:
/api/restapi/workspace/{workspaceId}/childrenHierarchy
- View all Workspaces
- Method: getPath:
/api/restapi/workspace
- View Available Permission Sets for Workspace
- Method: getPath:
/api/restapi/workspace/permissionSets
- View Child Workspaces
- Method: getPath:
/api/restapi/workspace/children/{workspaceId}
- View Currency Of Record for a Workspace
- Method: getPath:
/api/restapi/workspace/currencyOfRecord
- View Permission Sets and Users Assigned to User Group for Workspace
- Method: getPath:
/api/restapi/workspace/userGroups/permissionSets
- View Permission Sets assigned to all users at Workspace
- Method: getPath:
/api/restapi/workspace/users/permissionSets
- View the Root Workspace
- Method: getPath:
/api/restapi/workspace/root
- View User Groups for Workspace
- Method: getPath:
/api/restapi/workspace/userGroups