---
title: "Copy a contentlet on a page"
method: PUT
path: "/api/v1/page/copyContent"
tags: ["Page"]
---

# Copy a contentlet on a page

`PUT /api/v1/page/copyContent`

Creates a copy of a contentlet that is part of the multi-tree on a page. The contentlet must exist and be associated with the page specified in the form. Returns the copied contentlet as a map of properties.

## Request body

- CopyContentletForm
  - `contentId` string
  - `pageId` string
  - `containerId` string
  - `relationType` string
  - `personalization` string
  - `variantId` string
  - `treeOrder` integer
  - `styleProperties` object

## Response `200`

Contentlet copied successfully

- ResponseEntityMapView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` object
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `400` — Bad request - form is required or contentlet not found
- `401` — Authentication required
- `403` — User does not have required permissions

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
