Copy an item

Creates a copy of an existing Library item inside the requested destination folder. This operation supports multiple item types, including files, folders, URLs, and additional supported Library content. Use parentFolderId: root to place the copied item at the teamsite root, or pass a destination folder GUID when copying into a specific folder branch.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
^(?:1|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$

Identifier of the teamsite context for the request. Depending on API behavior, it may be a GUID-formatted value or a documented special value such as 1.

uuid
required
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

Identifier of the source library content item that will be copied into the destination folder.

Body Params

Request payload specifying the destination folder where the copied item should be created.

Request payload used to specify where the source item should be copied.

string
^(?:root|[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$

Destination folder identifier for the copied item. Use root to place the copy at teamsite root, or provide a folder UUID.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json