Reorder items in a checklist
Reorder checklist items
Parameter | Description | Example | More info |
---|---|---|---|
API | The API area | checklistitems.json | |
Action | Reorder | &action=reorder | |
<General> | Parameters described in overview | user=user&password=user&version=3.3 | |
<input mandatory>uuid | Checklist item uuid | &uuid=09BE9E44B80C634A99C91B57DB6684A2 | |
<input mandatory>position | Checklist item position | &position=2 | |
Response | Returned data | A 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
}