List Templates of a Checklist Group

GET/api/checklists/groups/{id}/templates

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area

Parameters

FieldTypeDescription
id Number Checklist group unique ID
curl -X GET "https://yoursite.com/api/checklists/groups/123/templates" \
  -H "authtoken: YOUR_API_TOKEN"
MethodGET
Path/api/checklists/groups/{id}/templates
GroupChecklists
Sincev1.0.0
Defined inRestApi/Controllers/ChecklistsController.php