Reorder items

Reorder items in a checklist

Reorder checklist items

ParameterDescriptionExampleMore info
APIThe API areachecklistitems.json
ActionReorder&action=reorder
<General>Parameters described in overviewuser=user&password=user&version=3.3Overview
<input mandatory>uuidChecklist item uuid&uuid=09BE9E44B80C634A99C91B57DB6684A2
<input mandatory>positionChecklist item position&position=2
ResponseReturned dataA JSON string containing the data

Example request:
Request to reorder checklist item

http:///<SERVER>/jsonAPI/checklistitems.json?user=user&password=user&version=3.3&uuid=09BE9E44B80C634A99C91B57DB6684A2&position=2&action=reorder

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "responsemessage": "Reordered successfully.",
  "warningmessage": "",
  "success": true
}