Re-order headers

Reorder checklists

Re-order checklist headers

Example request:
Request to reorder checklists

ParameterDescriptionExampleMore info
APIThe API areachecklistheader.json
ActionReorder&action=reorder
Parameters described in overviewuser=user&password=user&version=3.3Overview
uuidChecklist header uuid&uuid=1E78E968D52160428B123B48978F4F40
positionChecklist header position&position=2
ResponseReturned dataA JSON string containing the data
http://<SERVER>/jsonAPI/checklistheader.json?user=user&password=user&version=3.3&uuid=1E78E968D52160428B123B48978F4F40&position=2&action=reorder

Example response:

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