The ID of the invitation to accept.
Creates a new workspace.
The data for the new workspace.
Optional
options: { clientSessionId?: string }Optional request parameters like ClientSessionId.
Creates an initial workspace with example data. Typically used after signup if onboarding is skipped.
Creates a new invitation for a user to join a workspace. Requires admin permissions.
The ID of the workspace to invite the user to.
Details of the invitation (email, permissions, etc.).
Deletes a workspace.
The ID of the workspace to delete.
Optional
options: { clientSessionId?: string; clientUndoRedoActionGroupId?: string }Optional request parameters like ClientSessionId or ClientUndoRedoActionGroupId.
Deletes an uploaded import/export resource file.
The ID of the workspace the resource belongs to.
The ID of the resource (obtained from upload) to delete.
Deletes/revokes a pending workspace invitation. Requires admin permissions.
The ID of the invitation to delete.
Removes a user from a workspace. Requires admin permissions.
The ID of the workspace-user relation to delete.
Starts an asynchronous job to export applications from a workspace.
The ID of the workspace to export from.
Optional
payload: { application_ids?: number[]; only_structure?: boolean }Optional: Specify application IDs to export, or export only structure.
Optional
options: { clientSessionId?: string }Optional request parameters like ClientSessionId.
The job details for the export task.
Gets the generative AI model settings for a workspace. Requires admin permissions.
The ID of the workspace.
Retrieves details of a specific workspace invitation. Requires admin permissions.
The ID of the invitation.
Gets the permission object for the current user within a specific workspace.
The ID of the workspace.
Starts an asynchronous job to import applications from an uploaded resource.
The ID of the workspace to import into.
Contains the ID of the uploaded resource.
Optional
options: { clientSessionId?: string }Optional request parameters like ClientSessionId.
The job details for the import task.
Leaves a workspace.
The ID of the workspace to leave.
Lists all the workspaces of the authorized user.
Lists previously created exports for a workspace.
The ID of the workspace.
Optional
options: { clientSessionId?: string }Optional request parameters like ClientSessionId.
Lists pending invitations for a workspace. Requires admin permissions.
The ID of the workspace.
Lists all users within a specific workspace. Requires admin permissions.
The ID of the workspace.
Optional
params: ListWorkspaceUsersParamsOptional search and sort parameters.
Changes the order of workspaces for the user.
An array of workspace IDs in the desired order.
Optional
options: { clientSessionId?: string; clientUndoRedoActionGroupId?: string }Optional request parameters like ClientSessionId or ClientUndoRedoActionGroupId.
Rejects a workspace invitation. This is typically called by the invited user.
The ID of the invitation to reject.
Updates an existing workspace.
The ID of the workspace to update.
The data to update the workspace with.
Optional
options: { clientSessionId?: string; clientUndoRedoActionGroupId?: string }Optional request parameters like ClientSessionId or ClientUndoRedoActionGroupId.
Updates the generative AI model settings for a workspace. Requires admin permissions.
The ID of the workspace.
The settings to update.
Optional
options: { clientSessionId?: string }Optional request parameters like ClientSessionId.
Updates an existing workspace invitation. Requires admin permissions.
The ID of the invitation to update.
The permissions to update.
Updates a user's permissions within a workspace. Requires admin permissions.
The ID of the workspace-user relation (not the user ID itself).
The permissions to update.
Uploads a file (previously exported .zip) to be imported into a workspace.
The ID of the workspace to import into.
The File object or Blob representing the .zip file.
Optional
options: { clientSessionId?: string }Optional request parameters like ClientSessionId.
Information about the uploaded resource.
Accepts a workspace invitation. This is typically called by the invited user.