openwisp_list_templates
List OpenWISP configuration templates including VPN, WiFi, firewall, and network rules; filter by type, organization, search, backend, and pagination.
Instructions
[Category: Templates] List OpenWISP configuration templates (VPN, WiFi SSIDs, Firewall, Network rules). (HTTP GET /api/v1/controller/template/)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| type | No | Template category filter | |
| search | No | Search by template name | |
| backend | No | Filter by backend (e.g., netjsonconfig.OpenWrt) | |
| created | No | Exact creation timestamp filter | |
| default | No | Filter default templates | |
| required | No | Filter required templates | |
| page_size | No | Page size | |
| created_lt | No | Creation timestamp upper bound | |
| created_gte | No | Creation timestamp lower bound | |
| organization | No | Filter by organization ID or slug | |
| organization_slug | No | Organization slug filter |