# GET /api/checklists/groups/{id}/templates > Checklists - List Templates of a Checklist Group - **Endpoint:** `GET /api/checklists/groups/{id}/templates` - **Group:** Checklists - **Since:** v1.0.0 - **Defined in:** `RestApi/Controllers/ChecklistsController.php` ## Headers | Field | Type | Description | | --- | --- | --- | | `authtoken` | String | Authentication token, generated from admin area | ## Parameters | Field | Type | Required | Description | | --- | --- | --- | --- | | `id` | Number | yes | Checklist group unique ID | ## Request example ```bash curl -X GET "https://yoursite.com/index.php/api/checklists/groups/123/templates" \ -H "authtoken: YOUR_API_TOKEN" ``` --- Part of the [REST API for RISE CRM](https://risecrm.themesic.com/apiguide/) documentation. Full page: https://risecrm.themesic.com/apiguide/checklists/get-checklist-group-templates/