Re-order headers

Reorder checklists

Re-order checklist headers

ParameterDescriptionExampleMore info
APIThe API areachecklistheader.json
ActionReorder&action=reorder
GeneralParameters described in overviewuser=user&password=user&version=3.3Overview
<input mandatory>uuidChecklist header uuid&uuid=1E78E968D52160428B123B48978F4F40
<input mandatory>positionChecklist header position&position=2
ResponseReturned dataA JSON string containing the data

Example request:
Request to reorder checklists

http://&lt;SERVER&gt;/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
}