# Questionnaires API Reference

> Source: https://centric-api-docs.certn.co/#questionnaires

Endpoints for managing questionnaire templates that can be attached to Cases.


## Endpoints

| Method | Path | Description |
|--------|------|-------------|
| `GET` | `/api/public/questionnaires/` |  |

### GET /api/public/questionnaires/

#### Parameters

| Name | In | Type | Required | Description |
|------|-----|------|----------|-------------|
| `page` | query | integer | No | A page number within the paginated result set. |
| `page_size` | query | integer | No | Number of results to return per page. Defaults to 10, maximum 100. |

#### Example Request

```bash
curl -X GET "https://api.sandbox.certn.co/api/public/questionnaires/" \
  -H "Authorization: Api-Key YOUR_API_KEY"
```

---

*See the [interactive documentation](https://centric-api-docs.certn.co/#questionnaires) for more details.*