---
title: "List TQE Customer Dimension"
method: GET
path: "/tqe/customers"
tags: ["Translation Quality Evaluation Data Set"]
---

# List TQE Customer Dimension

`GET /tqe/customers`

Retrieves the customer dimension present in the Translation Quality Evaluation(TQE) 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` DimCustomer[]
    - `internalId` integer — A unique internal identifier for the customer.
    - `customerId` string — A unique identifier for the customer, as it is in Trados Cloud Platform.
    - `customerLocationId` string — The identifier for the location where the customer is based or managed.
    - `customerName` string — The name of the customer.
    - `createdBy` string — The identifier of the user who created the customer.
    - `createdAt` string — The date and time when the customer record was created. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.
    - `keyContactId` string — The identifier for the key contact person for the customer.
    - `keyContactEmail` string — The email address of the key contact person for the customer.
    - `ragStatusName` string — The RAG (Red, Amber, Green) status name indicating the current health or risk status of the customer.
    - `customFields` string — A string containing custom fields and values specific to the customer. Format: 'customField1 = value1 | customField2 = value2'.
    - `deleted` boolean — A boolean flag indicating whether the customer record 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)
