Hide completed items
Hide
Parameter | Description | Example | More info |
---|---|---|---|
API | The API area | checklistheader.json | |
Action | Completed hide | &action=completed_hide | |
Parameters described in overview | user=user&password=user&version=3.3 | ||
uuid | Checklist header uuid | &uuid=1E78E968D52160428B123B48978F4F40 | |
Response | Returned data | A JSON string containing the data |
Example request:
Request to hide completed items
http://<SERVER>/jsonAPI/checklistheader.json?user=user&password=user&version=3.3&uuid=1E78E968D52160428B123B48978F4F40&action=completed_hide
Example response:
{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"responsemessage": "Checklist header completed items show/hide changed. ",
"warningmessage": "",
"success": true
}