---
title: "Get List of Resolutions"
method: GET
path: "/api/datasubject/v2/resolutions"
tags: ["Resolutions"]
---

# Get List of Resolutions

`GET /api/datasubject/v2/resolutions`

Use this API to retrieve a list of all request resolutions. The response will include details for each resolution along with the corresponding ID, type, and translations.

## Query parameters

- `language` string — The language code for which to retrieve resolution code translations. For example, 'en-us' for English, 'fr' for French, 'de' for German, etc.
- `includeSubTaskResolutions` boolean — Set to true to include resolution codes that are applicable to subtasks. If false or omitted, only request-level resolution codes will be returned.
- `page` integer — Results page you want to retrieve. Page number starts with 0 (0..N)
- `size` integer — Number of records per page. Maximum page size allowed is 500
- `sort` 'createdDate,asc' | 'createdDate,desc' | 'lastModifiedDate,asc' | 'lastModifiedDate,desc' — Sorting criteria in the format: property(,asc|desc). Default sort order is ascending.

## Response `200`

OK

- PrivacyAutomationDataSubjectRequestDSRAutomationRequestResolutionV2Dto[]
  - `id` string, uuid — The unique identifier for the resolution code. This is automatically generated when a new resolution code is created, not required in resolution creation payload.
  - `close` boolean, required — Indicates whether this resolution code should be available as an option when closing a request. Set to true to make it available for closing requests.
  - `reject` boolean, required — Indicates whether this resolution code should be available as an option when rejecting a request. Set to true to make it available for rejecting requests.
  - `complete` boolean, required — Indicates whether this resolution code should be available as an option when completing a request. Set to true to make it available for completing requests.
  - `type` integer — Specifies the type of resolution code, which determines where it appears in the UI. By default, this is set to 10 for request-level resolutions. Use 20 for subtask resolutions.
  - `titleTranslations` object — A map of language codes to translated titles for this resolution code. English (en-us) translation is required. Each translation must be unique per language and type across all resolution codes.
  - `descriptionTranslations` object — A map of language codes to translated descriptions for this resolution code. The default English (en-us) translation must be present.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
