Workspace API
APIs related to workspaces
Overview
- This is an API to operate workspaces, such as obtaining a list of available workspaces and selecting them.
- Logged-in users must select one workspace (two or more cannot be selected at the same time).
- To create a new workspace, you must first receive permission from your administrator. Please check with your service provider for details.
API
No | API Name | Method | URI | Description |
---|---|---|---|---|
1 | GetWorkspaces | GET | /api/v0/workspaces | Get a list of workspaces |
2 | SelectWorkspace | POST | /api/v0/workspaces/:workspace-id/select | Select the current workspace |
3 | CreateNewWorkspace | POST | /api/v0/workspaces | Create a new workspace |
5 | GetPasswordPolicy | GET | /api/v0/workspaces/:workspace-id/password-policy | Get the password policy specified for a workspace |
6 | GetWorkspaceUsage | GET | /api/v0/workspaces/:workspace-id/usages | Obtain workspace usage status (number of users, number of DBs, etc.) |
7 | GetWorkspaceFunctionality | GET | /api/v0/workspaces/:workspace-id/functionalities | Get the feature settings available to a workspace |
8 | GetUserCodeSettings | GET | /api/v0/workspaces/:workspace-id/usercode-settings | Get the user code settings specified for a workspace |
9 | GetWorkspaceSettings | GET | /api/v0/workspaces/:workspace-id | Get each setting specified for a workspace |