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

# List the data points a questionnaire question can be built from

`GET /api/questionnaires/data-points`

Every data point referenced by any profile template, resolved to its full definition — id, display name, answer type, impact area, selectable options and validation schema. Audit data points and four data points that cannot be answered by a supplier (country name, geojson, risk score, responsible person) are excluded. The catalogue is global rather than company-scoped, and unpaginated. Use `/data-points/templates` for the same set grouped by template, which is what a question library renders. Definitions carry `retracedId`, not `id`; the grouped variant adds `id` as an alias.

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` 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

## 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)
