Skip to main content
POST
cURL

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Cuerpo

application/json
fromBaseId
string
requerido

The project to duplicate

spaceId
string
requerido

The space to duplicate the project to

withRecords
boolean

Whether to duplicate the records

name
string

The name of the duplicated project

baseId
string
nodes
string[]

The node IDs to include in the duplication

shareId
string

The share ID when duplicating from a shared project. If provided, will use share permissions instead of base|update permission.

timeZone
string

The IANA time zone to adapt date-related field options (and date filters) to during duplication. Mainly used when applying a template so dates follow the current user environment.

Respuesta

201

SSE stream with progress events and final duplicated project.

Última modificación el 15 de septiembre de 2026