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
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}
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 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 the Root Workspace
Method: get
Path: /api/restapi/workspace/root
View User Groups for Workspace
Method: get
Path: /api/restapi/workspace/userGroups
View User Permission Sets for Workspace
Method: get
Path: /api/restapi/workspace/permissionSets