To move an entity

Parameter

Description

Example

More info

API

The API area

kanbanboard.json

Action

Entity move

&action=Entitymove

Parameters described in overview

user=user&password=user&version=3.3

Overview

Company

Company number

3

UUID

Kanban Board UUID

&uuid=B737648B65FFAA4FB7AAA439E8E9CD50

Entity UUID from

Kanban Entity UUID

&EntityUUIDFrom=572D982957B15748A1C58C94E661AB6B

Kanban Status

Kanban Status

&KanbanStatus=COMP

Entity UUID to

Kanban Entity UUID

&EntityUUIDTo=

Response

Returned data

A JSON string containing the data

Note: Entityuuidto=, is the entity that you want to drop above of in the column list.
If you are not interested in where it goes in the column, you pass kanbanstatus= instead, and it will put it at the bottom of the column (of that kanbanstatus)

Example request:
Request for data (list of records using specified model)

http://<SERVER>/jsonAPI/kanbanboard.json?user=user&password=user&version=3.3&company=3&action=Entitymove&uuid=B737648B65FFAA4FB7AAA439E8E9CD50&EntityUUIDFrom=572D982957B15748A1C58C94E661AB6B&kanbanstatus=COMP&EntityUUIDTo=

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "",
  "warningmessage": "",
  "success": true,
  "data": [
    {
      "changedentities": "[{\"kbentityUuid\":\"2A00D222A8109D45AB1AA44D5430D935\",\"kbentityColumnOrder\":65536},{\"kbentityUuid\":\"EAAE700AED6F52449EC6520AB632C2E6\",\"kbentityColumnOrder\":131072},{\"kbentityUuid\":\"1C7E3BAFCE51F343A9D73F6124EEC327\",\"kbentityColumnOrder\":196608},{\"kbentityUuid\":\"9A6F132CFED58542821E7C76CC724C64\",\"kbentityColumnOrder\":262144},{\"kbentityUuid\":\"96FA7EC261DE3A49A5A4491471671E92\",\"kbentityColumnOrder\":327680},{\"kbentityUuid\":\"38C951DC64C68B4BABB3BDB6306209D9\",\"kbentityColumnOrder\":393216},{\"kbentityUuid\":\"094F40718231F64D87B150500F9C8B84\",\"kbentityColumnOrder\":458752},{\"kbentityUuid\":\"2B293CD0D78A3B46847C54C0FBE0A914\",\"kbentityColumnOrder\":524288},{\"kbentityUuid\":\"572D982957B15748A1C58C94E661AB6B\",\"kbentityColumnOrder\":589824}]"
    }
  ]
}