---
title: "Get Request"
method: GET
path: "/api/datasubject/v2/requestqueues/{requestQueueRefId}/language/{language}"
tags: ["Request Queues"]
---

# Get Request

`GET /api/datasubject/v2/requestqueues/{requestQueueRefId}/language/{language}`

Use this API to retrieve a single request by its unique identifier along with the associated approver details, date created, and data subject's first and last name.

## Path parameters

- `requestQueueRefId` string, required — Reference ID of the request
- `language` string, required — A language code that identifies the language in which the request data should be returned, assuming translations are available for that language. Examples: en-us for English, de for German, fr for French, etc.

## Response `200`

OK

- PrivacyAutomationDataSubjectRequestDSRAutomationRequestByIdV2Dto
  - `requestQueueRefId` string — Reference ID of the request. This is a 10-character ID that is unique to each request.
  - `requestQueueId` string, uuid — The request GUID
  - `firstName` string — First name of the data subject.
  - `lastName` string — Last name of the data subject.
  - `organization` string — Organization to which this request is assigned.
  - `status` string — Current stage of the request. Various stages in the order of progression are: New, Verifying identity, In progress, Rejected, Complete.
  - `requestTypes` string[] — Request types selected while submitting the request.
  - `deadline` string, date-time — Deadline for the request.
  - `isExtended` boolean — Returns true if the request complete time is being extended.
  - `dateCreated` string, date-time — Date on which request is submitted.
  - `dateUpdated` string, date-time — Last activity date on the request.
  - `subjectTypes` string[] — Subject types selected while submitting the request. Subject type can be: Prospective Employee, Student, Customer, Contractor, Employee, Patient.
  - `approver` string — Approver or assignee for the request.
  - `language` string — Language in which the request is created.
  - `countryCode` string — The code for the country as per ISO 3166. e.g. US for the United States, DE for Germany.
  - `countryName` string — Name of the country.
  - `email` string — Email provided while submitting the request.
  - `workflow` string — Name of the request workflow.
  - `webform` string — Name of the webform.
  - `dateCompleted` string, date-time — Date on which the request is completed.
  - `resolution` string — Resolution selected if the request is rejected.
  - `remainingDaysForMaxDeadline` integer — Legal Deadline + Maximum Number of Extension Days based on country of request + Total Pause days.
  - `maxDeadlineExtensionDate` string, date-time — Legal Deadline + Maximum Number of Extension Days based on country of request + Total Pause days.
  - `assignedToGroup` boolean — Indicates if the request reviewer is assigned to a usergroup or not.
  - `additionalStatuses` '0' | '10' — Status of the request timer, such as PAUSED or ACTIVE.
  - `daysToRespond` integer — Number of days to respond to the request.
  - `hoursWorked` number, double — Number of hours worked.
  - `workflowID` string, uuid — ID of the workflow associated with the request.
  - `totalCost` string — Total cost associated with the request.
  - `additionalData` string — Both "additionalData" and "requestAdditionalData" hold identical information. Opt for "requestAdditionalData" for improved parsing and to prevent issues related to Unicode characters.
  - `requestV2CommentDtos` PrivacyAutomationDataSubjectRequestDSRAutomationRequestV2CommentDto[] — List of comments associated with the request.
    - `commentString` string
    - `commentId` string, uuid
    - `commentStatus` integer
    - `commentAuthor` string
    - `commentTimeStamp` string, date-time
    - `attachments` PrivacyAutomationDataSubjectRequestDSRAutomationRequestV2AttachmentDto[]
      - `fileName` string
      - `fileId` string, uuid
    - `internalComment` boolean
  - `multiselectFields` object — Map of multi-select field values.
  - `approverEmail` string — Approver or assignee's email.
  - `legalDeadLineInfo` PrivacyAutomationDataSubjectRequestDSRAutomationRequestQueueListDto
    - `firstName` string
    - `lastName` string
    - `email` string
    - `requestQueueId` string, uuid
    - `requestQueueRefId` string
    - `orgGroupId` string, uuid
    - `daysLeft` integer
    - `status` integer
    - `dateCreated` string, date-time
    - `isExtended` boolean
    - `reviewer` string
    - `reviewerId` string, uuid
    - `language` string
    - `templateId` string, uuid
    - `currentStage` string
    - `requestTypes` string[]
    - `subjectTypes` string[]
    - `deadline` string, date-time
    - `workflowDetailDto` PrivacyAutomationDataSubjectRequestDSRAutomationRequestQueueWorkflowDetailDto
      - `stage` string
      - `allowRequestQueueUpdate` boolean
      - `beginDeadlineCalc` boolean
      - `allowDeadlineEdit` boolean
    - `totalSubtasks` integer
    - `completedSubtasks` integer
    - `remainingSubtasks` integer
    - `dsLanguageName` string
    - `webformName` string
    - `workflowName` string
    - `workflowReferenceId` string, uuid
    - `resolution` string
    - `lastUpdated` string, date-time
    - `authEnabled` boolean
    - `lastPublicCommentDate` string, date-time
    - `lastDSReplyDate` string, date-time
    - `state` string
    - `country` string
    - `closureDate` string, date-time
    - `countryCode` string
    - `webFormVersion` integer
    - `remainingDaysForMaxDeadline` integer
    - `numberOfLinkedRequests` integer
    - `maxDeadlineExtensionDate` string, date-time
    - `selectFields` object
      - `all` object
      - `empty` boolean
    - `inputFields` object
    - `totalDataCount` integer
    - `retentionStatus` integer
    - `resultsSummaryDataCount` PrivacyAutomationDataSubjectRequestDSRAutomationResultsSummaryDataCountDto
      - `dataPoints` integer
      - `unstructuredData` integer
      - `attachments` integer
      - `excluded` integer
    - `slaExceeded` string
    - `visited` boolean
    - `attentionRequired` boolean
    - `seededOtherData` object
    - `lastDsAccessDate` string, date-time
    - `assignedTogroup` boolean
    - `additionalStatuses` '0' | '10'
    - `daysPaused` number, double
    - `dsAccessRevoked` boolean
    - `testRequest` boolean
    - `taskMode` boolean
  - `requestAdditionalData` object — The "requestAdditionalData" can include both the fields from a Webform Template and query parameters that are provided through the Webform URL when creating or updating a request.

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