---
title: "Task worklog move"
method: POST
path: "/v3/task/{id}/worklogs/move"
tags: ["[v3] Task"]
---

# Task worklog move

`POST /v3/task/{id}/worklogs/move`

## Path parameters

- `id` integer, required

## Headers

- `Accept` string
- `Content-Type` string

## Request body

- object
  - `destinationTaskId` integer, required — Destination task ID.
  - `from` string, date — Start date of the period to move in `Y-m-d` format.
  - `to` string, date — End date of the period to move in `Y-m-d` format.
  - `userIds` integer[]

## Response `200`

OK

- object
  - `message` string
  - `entriesMoved` integer
  - `userLogsMoved` integer

## Other responses

- `400` — Validation failure or payload processing error
- `403` — Forbidden

---

[API](https://skmtc.net/timecamp/apis/timecamp-api.md) · [All operations](https://skmtc.net/timecamp/apis/timecamp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timecamp/timecamp-api/revisions/c7e9d1f9cf61/schema)
