Pipeline entries

Move an entry

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.

put/pipeline-entries/{entryId}/move

Path parameters

entryIdstring required

Headers

projectstring required

Request body

laneIdstring

Target stage — a lane id from the pipeline's lanes.

lexorankstring

Board position rank. Omit to place the entry at the end of the target stage.

Response

Ok

updatedAtstring required
createdAtstring required
laneChangedAtstring date-time
laneIdstring
dueDatestring date-time
lexorankstring
recordType'COMPANY' | 'CONTACT' required

What a pipeline holds. Persisted values — never rename a member, only add.

{"stackTrail":"paths:/pipeline-entries/{entryId}/move:put:responses:200:content:application/json:schema:allOf:properties:values","oasType":"schema","type":"unknown"}
recordValuesRecordStringAny

Construct a type with a set of properties K of type T

_idstring required

Changes