---
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, nullable
    - `dataPoints` object[], required
      - `retracedId` string, required
      - `name` string, nullable
      - `description` string, nullable
      - `fieldTypeId` string, nullable
      - `type` string, nullable
      - `impactArea` string, nullable
      - `impactAreaId` string, nullable
      - `sectionId` string, nullable
      - `sortingId` number, nullable
      - `options` object[]
        - `key` string, nullable
        - `name` union
          - string
          - number
        - `text` string, nullable
        - `followUp` union
          - object
            - `text` string, nullable
            - `fieldType` string, nullable
          - object[]
            - `text` string, nullable
            - `fieldType` string, nullable
      - `externalIds` object[]
      - `meta` object, nullable
      - `schema` object, nullable
      - `id` string, required

## Other responses

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

## Changes

> 41 revisions in range; 1 not diffed.

- **2026-09-12** `329f5bd4d114` — 4 info
  - added the optional property `data/items/dataPoints/items/options/items/followUp` to the response with the `200` status
  - added the optional property `data/items/dataPoints/items/options/items/key` to the response with the `200` status
  - added the optional property `data/items/dataPoints/items/options/items/name` to the response with the `200` status
  - added the optional property `data/items/dataPoints/items/options/items/text` to the response with the `200` status
- **2026-08-31** `97e51f27dc77` — 11 breaking, 11 info
  - the response property `data/items/dataPoints/items/description` became nullable for the status `200`
  - the response property `data/items/dataPoints/items/fieldTypeId` became nullable for the status `200`
  - the response property `data/items/dataPoints/items/impactArea` became nullable for the status `200`
  - the response property `data/items/dataPoints/items/impactAreaId` became nullable for the status `200`
  - …18 more
- **2026-08-20** `2f11192a4402` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/questionnaires/data-points/templates/get.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc.dev/retraced/apis/api-reference/revisions/b45b2427a621?raw)
