Search Checklist Groups
GET/api/checklists/groups/search/{keyword}
Headers
| Field | Type | Description |
|---|---|---|
| authtoken | String | Authentication token, generated from admin area |
Parameters
| Field | Type | Description |
|---|---|---|
| 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"