post https://go.v7labs.com/api/workspaces//projects/clone
Clones a project from a project template. "Project template" can be any project
you have access to, on any workspace given as template_id
parameter (which should be that source project's ID).
The new project will be created in the workspace given as workspace_id
parameter with a name given as name
parameter.
By default all project structure and all entities will be cloned, however this operation is not designed to work with large
source projects.
Optionally you can skip cloning entities by setting clone_entities
to false
in order to clone only
project structure.
Callback