---
title: "List TQE Evaluation Category Dimension"
method: GET
path: "/tqe/translation-quality-evaluation-categories"
tags: ["Translation Quality Evaluation Data Set"]
---

# List TQE Evaluation Category Dimension

`GET /tqe/translation-quality-evaluation-categories`

Retrieves the Translation Quality Evaluation Category 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`

OK

- object
  - `itemCount` integer
  - `items` DimTqeCategory[]
    - `internalId` integer — Unique internal identifier for the TQE (Translation Quality Evaluation) category.
    - `evaluationSystem` string — System used for the translation quality evaluation.
    - `evaluationEngine` string — Engine used for the evaluation.
    - `evaluationMinValue` integer — Minimum value in the evaluation range.
    - `evaluationMaxValue` integer — Maximum value in the evaluation range.
    - `evaluationCategory` string — Category of the evaluation based on the score range (e.g., green, amber, red).

## 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/revisions/823ba45e799c/schema)
