API Reference
Log In
API Reference

Copy a Folder (record)

Copies a Folder (record) and its files from one Drawer (sidedrawer) to another. Unlike with the endpoint /api/v1/records/sidedrawer/sidedrawer-id/{sidedrawerId}/records/record-id/{recordId}/move, the Folder (record) is duplicated, with one version remaining in its original location.

If you would like the copied Folder (record) and files to be moved to a different location, set the identifier of the desired destination Drawer (sidedrawer) in the request body (destinationSidedrawerId). The destination Hanger (recordTypeName) and Record Subtype (recordSubtypeName and/or recordSubtypeOtherName) can also be set in the request body.

Path Params
string
required

Unique Drawer (sidedrawer) identifier.

string
required

Unique Folder (record) identifier.

Body Params
string
required

Destination Drawer (sidedrawer) identifier.

string
required

Destination Hanger (recordType) name.

string
required

Destination Record Subtype name.

string

Specifies the Record Subtype if recordSubtypeName = other.

Response

Language
Credentials