Workspace Templates
You can duplicate a workspace template within a project with the POST /workspace-templates/{companyTemplateId}/use endpoint.
This call is asynchronous, meaning the response will only include a "duplication_request_id". You can use this ID to track the duplication process with the GET /design-duplication-requests/{duplicateRequestId polling endpoint.
Duplicate a workspace template into a project. This operation is asynchronous. Use the returned duplication_request_id to track the duplication progress with the polling endpoint.
All of your Abyssale requests must contain a x-api-key header with your API Key.
Unique identifier (UUID) of the workspace template to duplicate
0c967bd0-4137-4690-ad70-249aa021c68bTarget project ID where the template will be duplicated
d59adee9-4867-11f0-96f2-0a00d9eb8f78Optional custom name for the duplicated template
My Custom TemplateDuplication request accepted and processing
Workspace template Or Project not found
Duplication Request Polling - Propress check endpoint
You can poll the following endpoint to retrieve the progress status of a duplication request.
Poll the status of a template duplication request. Use this endpoint to track the progress of an asynchronous duplication operation.
All of your Abyssale requests must contain a x-api-key header with your API Key.
Unique identifier (UUID) of the duplication request
40c32a4e-4869-11f0-96f2-0a00d9eb8f78Duplication request status
Duplication request not found
Last updated