---
title: "List the data points a question can be built from, by template"
method: GET
path: "/api/questionnaires/data-points/templates"
tags: ["Questionnaire"]
---

# List the data points a question can be built from, by template

`GET /api/questionnaires/data-points/templates`

The same catalogue as `/data-points`, grouped into one entry per profile template — the shape a question library sidebar renders. `category` is the template id that groups the entry, `name` its display label. Each data point additionally carries `id`, an alias of `retracedId`. A template whose data points are all excluded from questionnaires still appears, with an empty list. The catalogue is global rather than company-scoped, and unpaginated.

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object[], required
    - `category` string, required
    - `name` string
    - `dataPoints` object[], required
      - `retracedId` string, required
      - `name` string
      - `description` string
      - `fieldTypeId` string
      - `type` string
      - `impactArea` string
      - `impactAreaId` string
      - `sectionId` string
      - `sortingId` number
      - `options` object[]
      - `externalIds` object[]
      - `meta` object
      - `schema` object
      - `id` string, required

## Other responses

- `401` — Default Response
- `403` — Default Response

---

[API](https://skmtc.net/retraced/apis/api-reference.md) · [All operations](https://skmtc.net/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/60d6c901bc4e/schema)
