List Templates of a Checklist Group
GET/api/checklists/groups/{id}/templates
Headers
| Field | Type | Description |
|---|---|---|
| authtoken | String | Authentication token, generated from admin area |
Parameters
| Field | Type | Description |
|---|---|---|
| id | Number | Checklist group unique ID |
curl -X GET "https://yoursite.com/api/checklists/groups/123/templates" \
-H "authtoken: YOUR_API_TOKEN"