---
title: "List FTS Project Creation Date Dimension"
method: GET
path: "/fts/project-creation-dates"
tags: ["File Translation Status Data Set"]
---

# List FTS Project Creation Date Dimension

`GET /fts/project-creation-dates`

Retrieves the project creation date 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` DimDate[]
    - `internalId` integer — A unique internal identifier for the date.
    - `year` integer — The year of the date.
    - `month` integer — The month of the date (1 for January, 2 for February, etc.).
    - `day` integer — The day of the month (1 to 31).
    - `dayOfWeek` integer — The day of the week as a number (1 for Monday, 2 for Tuesday, ..., 7 for Sunday).
    - `dayOfWeekName` string — The name of the day of the week (e.g., Monday, Tuesday, ..., Sunday).
    - `monthName` string — The name of the month (e.g., January, February, ..., December).
    - `dayOfYear` integer — The day of the year (1 to 366).
    - `quarter` integer — The quarter of the year (1 to 4).
    - `yearNumber` string — The year as a string.
    - `monthNumber` string — The month as a string (e.g., '1' for January).
    - `fullDate` string, date — The full date in 'YYYY-MM-DD' format.

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