API Reference
Log In
API Reference

Move a file

Moves a file to another Drawer (sidedrawer) and/or Folder (record) by setting the destination Drawer (destinationSidedrawerId) and destination Folder (destinationRecordId) in the request body. Accepts fileNameWithExtension, fileToken, or fileName (legacy identifier) in the request body. This endpoint will automatically create a file token for files with a legacy file identifier, and then move the file.

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 Folder (record) Identifier.

required

File token.

required

File name (with file extension).

required

File name.

Response

record) has been successfully created.

Language
Credentials