Workspace REST Endpoints

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