---
title: "GET /v1/tou"
method: GET
path: "/v1/tou"
---

# GET /v1/tou

`GET /v1/tou`

List of terms of use.

## Query parameters

- `skip` integer
- `take` integer
- `order` object

## Response `200`

The list of terms of use versions.

- object
  - `count` integer, required — The total number of terms of use.
  - `data` object[]
    - `id` string, uuid, required
    - `name` string, required
    - `touType` 'INNOVATOR' | 'SUPPORT_ORGANISATION', required
    - `summary` string, required
    - `releasedAt` string, date-time, nullable, required
    - `createdAt` string, date-time, required

## Other responses

- `400` — Bad request.
- `401` — The user is not authorized to get terms of use.
- `500` — An error occurred while listing the terms of use.

## Changes

- **2024-11-07** `bf0b42ebdc02` — 1 warning, 7 info
  - removed the optional property `data/items/releaseAt` from the response with the `200` status
  - the response property `count` became required for the status `200`
  - the response property `data/items/createdAt` became required for the status `200`
  - the response property `data/items/id` became required for the status `200`
  - …4 more
- **2024-02-21** `7ab138cf4618` — 2 breaking
  - for the `query` request parameter `skip`, the type/format was changed from `number`/`float` to `integer`/``
  - for the `query` request parameter `take`, the type/format was changed from `number`/`float` to `integer`/``

[Change history](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service/changes/v1/tou/get.md)

---

[API](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service.md) · [All operations](https://skmtc.dev/nhs/apis/admin-api-nhs-innovation-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nhs/admin-api-nhs-innovation-service/revisions/e3ae090557ab/schema)
