Search Checklist Groups

GET/api/checklists/groups/search/{keyword}

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area

Parameters

FieldTypeDescription
keyword String Search keywords, matched against the group title
curl -X GET "https://yoursite.com/api/checklists/groups/search/acme" \
  -H "authtoken: YOUR_API_TOKEN"
MethodGET
Path/api/checklists/groups/search/{keyword}
GroupChecklists
Sincev1.0.0
Defined inRestApi/Controllers/ChecklistsController.php