v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
contentManagement

Start a content copy job.

Start an asynchronous content copy job with the given identifier to the destination folder. If the content item is a folder, everything under the folder is copied recursively.

post/v2/content/{id}/copy

Path parameters

idstring required

The identifier of the content item to copy. Identifiers from the Library in the Sumo user interface are provided in decimal format which is incompatible with this API. The identifier needs to be in hexadecimal format.

Query parameters

destinationFolderstring required

The identifier of the destination folder.

Headers

isAdminModestring

Set this to "true" if you want to perform the request as a Content Administrator.

Response

Content copy job has been scheduled.

idstring required

Identifier to get the status of an asynchronous job.

Example response

{
  "id": "C03E086C137F38B4"
}