Kanban Move Entity

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areakanbanboard.json
GeneralYesParameters described in overviewuser=user&password=userStructure of an API call
CompanyYesThe company numbercompany=1
ActionYesThe action to performaction=entitymove
IdentifierYesJob ID or UUIDuuid=B737648B65FFAA4FB7AAA439E8E9CD50
Kanban StatusYesKanban StatusKanbanStatus=COMP
Entity UUID FromYesKanban Entity UUIDEntityUUIDFrom=572D982957B15748A1C58C94E661AB6B
Entity UUID ToNoKanban Entity UUIDEntityUUIDTo=572D982957B15748A1C58C94E661AB6B

Example request:

http://<SERVER>/jsonAPI/kanbanboard.json?user=user&password=user&version=3.9&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}]"
    }
  ]
}