---
title: "List FTS Reviewer Dimension"
method: GET
path: "/fts/reviewers"
tags: ["File Translation Status Data Set"]
---

# List FTS Reviewer Dimension

`GET /fts/reviewers`

Retrieves the linguistic reviewer dimension present in the file translation status dataset.

## Query parameters

- `$filter` string
- `$top` integer
- `$skip` integer
- `$count` boolean

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Response `200`

- object
  - `itemCount` integer
  - `items` DimReviewer[]
    - `internalId` integer — A unique internal identifier for the reviewer.
    - `accountUserId` string — A unique identifier for the account user associated with the reviewer.
    - `firstName` string — The first name of the reviewer.
    - `lastName` string — The last name of the reviewer.
    - `userEmail` string — The email address of the reviewer.
    - `accountUserLocationId` string — The identifier for the location associated with the user's account.
    - `membership` string — Displays the type of membership the user has with the account: member, collaborator(guest).
    - `createdAt` string, date-time — The date and time when the reviewer's account was created. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.
    - `lastModifiedAt` string, date-time — The date and time when the reviewer's account was last modified. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.
    - `deletedAt` string, date-time — The date and time when the reviewer's account was deleted, if applicable. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.
    - `vendorId` string — The identifier for the vendor associated with the reviewer.
    - `vendorName` string — The name of the vendor associated with the reviewer.
    - `deleted` boolean — A boolean indicating whether the reviewer's account has been deleted.

## Other responses

- `400` — Bad Request. The request could not be understood by the server. Check error message and details to further understand the cause.
- `401` — Unauthorized request. The user could not be identified.
- `403` — Forbidden request. The user does not have the necessary permissions for the resource.

---

[API](https://skmtc.net/rws/apis/trados-data-bridge-api.md) · [All operations](https://skmtc.net/rws/apis/trados-data-bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-data-bridge-api/versions/823ba45e799c/schema)
