---
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[]
      - `externalIds` object[]
      - `meta` object, nullable
      - `schema` object, nullable
      - `id` string, required

## Other responses

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

## Changes

> 23 revisions in range; 1 not diffed.

- **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-service-production.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/fde251beb0ca/schema)
