- List All Workspaces
- Retrieve Workspace Details
- Create a Workspace
- Update a Workspace Name
- Delete a Workspace
List All Workspaces
The following command returns a list of all workspaces that the authenticated user can access:| Name | Description |
|---|---|
| workspaces | Lists all Sync workspaces. |
Retrieve Workspace Details
The following command returns details for a specific workspace:| Name | Description |
|---|---|
| workspace-id (required) | Identifies the workspace for which you want to retrieve details. |
Create a Workspace
The following command creates a new workspace:| Name | Description |
|---|---|
| workspaces (required) | Specifies the workspace collection in which the new workspace should be created. |
| Name | Description |
|---|---|
| Id | Identifies the workspace. |
| Name (required) | Specifies the name of a new workspace. |
| Connections | Specifies a list of connectors in a workspace, and it includes the identifier (Id) and the name. |
| Transformations | Specifies a list of transformations in the workspaceand it includes the identifier (Id) and the name. |
| Is_Default | A Boolean value that specifies whether a workspace is the default workspace. |
| Created_At | Specifies when a workspace was created. TThe value is returned in Coordinated Universal Time (UTC) and is formatted according to the ISO 8601 date and time standard. |
| Updated_At | Specifies when a workspace is updated. The value is returned in Coordinated Universal Time (UTC) and is formatted according to the ISO 8601 date and time standard. |
| Permissions.Can_Update | A Boolean value that specifies whether the current user can update a workspace. |
| Permissions.Can_Delete | Enables the user to delete a workspace. |
Update a Workspace Name
The following command modifies the name of an existing workspace:| Name | Description |
|---|---|
| workspace-id (required) | Identifies the workspace for which you want to to update the name. |
| Name | Description |
|---|---|
| Name | Specifies the updated name of the workspace. |
Delete a Workspace
The following command removes a workspace:| Name | Description |
|---|---|
| workspace-id (required) | Identifies the workspace that you want to delete. |