Skip to main content
POST
cURL

Autorisierungen

Authorization
string
header
erforderlich

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

Body

application/json
fromBaseId
string
erforderlich

The project to duplicate

spaceId
string
erforderlich

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.

Antwort

201

SSE stream with progress events and final duplicated project.

Zuletzt geändert am 15. September 2026