---
title: "List Translations Leverages Projects"
method: GET
path: "/translation-leverages/projects"
tags: ["Translation Leverage Data Set"]
---

# List Translations Leverages Projects

`GET /translation-leverages/projects`

Retrieves the project dimension present in the translation leverages 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` DimProject[]
    - `internalId` integer — A unique internal identifier for the project.
    - `projectId` string — A unique identifier for the project, as it is in Trados Cloud Platform.
    - `projectShortId` integer — A shortened, numeric identifier for the project, assigned by Trados Cloud Platform.
    - `projectName` string — The name of the project.
    - `projectDescription` string — A detailed description of the project.
    - `projectLocationId` string — The identifier for the location where the project is based or managed.
    - `projectGroupId` string — The identifier for the project group.
    - `projectGroupShortId` integer — A shortened, numeric identifier for the project group, assigned by Trados Cloud Platform.
    - `projectGroupName` string — The name of the group responsible for the project.
    - `projectStatus` 'N/A' | 'created' | 'in_progress' | 'completed' — The current status of the project. Can have the following values: 'created','in_progress','completed','archived'.
    - `projectTemplateId` string — The identifier for the template used to create the project.
    - `projectTemplateName` string — The name of the template used to create the project.
    - `originSystem` string — The originating system or application where the project was created.
    - `sourceLanguage` string — The source language of the project content.
    - `targetLanguages` string — The target languages for the project content, typically a comma-separated list.
    - `createdAt` string, date-time — The date and time when the project was created. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.
    - `quoteCreatedAt` string, date-time — The date and time when the project quote was created. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.
    - `quoteApprovedAt` string, date-time — The date and time when the project quote was approved. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.
    - `completedAt` string, date-time — The date and time when the project was completed. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.
    - `dueAt` string, date-time — The due date and time for the project. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.
    - `deliveredAt` string, date-time — The date and time when the project was delivered. Timestamp with 'YYYY-MM-DDTHH:MM:SSZ' format.
    - `projectSegmentCount` integer — The total number of segments in the project.
    - `projectWordCount` integer — The total number of words in the project.
    - `projectCharacterCount` integer — The total number of characters in the project.
    - `projectFileCount` integer — The total number of files in the project.
    - `projectRevenue` number, float — The total revenue generated by the project.
    - `projectSavings` number, float — The total savings associated with the project.
    - `projectCurrencyCode` string — The currency code (e.g., USD, EUR) for the project financials.
    - `deliveryTimeDiff` integer — The difference in time between the due date and the actual delivery date, measured in seconds.
    - `onTimeStatus` 'N/A' | 'VERY_EARLY' | 'EARLY' | 'ON_TIME' | 'LATE' | 'VERY_LATE' — A status indicating the punctuality of the project's delivery.
    - `projectCreatorName` string — The name of the user who created the project.
    - `projectCreatorId` string — The identifier for the user who created the project.
    - `deleted` boolean — A boolean flag indicating whether the project has been deleted.
    - `customFields` string — A string containing custom fields and values specific to the project. Format: 'customField1 = value1 | customField2 = value2'.

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