---
title: "Move an entry"
method: PUT
path: "/pipeline-entries/{entryId}/move"
tags: ["Pipeline entries"]
---

# Move an entry

`PUT /pipeline-entries/{entryId}/move`

Move an entry to another stage of its pipeline. `laneId` is the target stage's id from the
pipeline's `lanes`; an id that does not exist on the entry's pipeline is ignored rather than
errored. Omit `lexorank` to place the entry at the end of the target stage — it is the board
position rank and only needs to be sent for an exact drag-and-drop position. Moving to a new
stage runs the pipeline automations configured for that stage.

## Path parameters

- `entryId` string, required

## Headers

- `project` string, required

## Request body

- MovePipelineEntryDTO
  - `laneId` string — Target stage — a lane `id` from the pipeline's `lanes`.
  - `lexorank` string — Board position rank. Omit to place the entry at the end of the target stage.

## Response `200`

Ok

- object
  - `updatedAt` string, required
  - `createdAt` string, required
  - `laneChangedAt` string, date-time
  - `recordSnapshot` object
    - `subtitle` string
    - `externalId` string
    - `name` string
  - `laneId` string
  - `dueDate` string, date-time
  - `lexorank` string
  - `createdBy` object
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `recordId` object, required
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `recordType` 'COMPANY' | 'CONTACT', required — What a pipeline holds. Persisted values — never rename a member, only add.
  - `pipeline` object, required
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `project` object, required
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `values` unknown, required
  - `recordValues` RecordStringAny — Construct a type with a set of properties K of type T
  - `_id` string, required

## Changes

- **2026-09-03** `490b7d6391f3` — 2 info
  - added `subschema #2, subschema #4` to the response body `allOf` list for the response status `200`
  - removed `subschema #2` from the response body `allOf` list for the response status `200`
- **2026-08-19** `17bf8913206e` — 1 info
  - added the optional property `allOf[subschema #2]/dueDate` to the response with the `200` status
- **2026-08-12** `fe2dff9fb04b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gleap/apis/gleap-server/changes/pipeline-entries/:entryId/move/put.md)

---

[API](https://skmtc.dev/gleap/apis/gleap-server.md) · [All operations](https://skmtc.dev/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gleap/gleap-server/revisions/2d993d0c8a6e/schema)
