---
title: "Create Project"
method: POST
path: "/projects"
tags: ["Project"]
---

# Create Project

`POST /projects`

Creates a new project.

When creating a project using a project template that supports multiple source languages, you must supply the `languageDirections`.

Consider the [file and project size limit](https://docs.rws.com/791595/815967/trados-enterprise---accelerate/file-and-project-size-limit) when creating projects.

The values from a selected project template will take precedence over the individual resources when creating a new project.

## Query parameters

- `fields` string

## Headers

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

## Request body

- ProjectCreateRequest — Input for Project creation. Before starting the project, the required configuration resources (translation engine, file processing configuration and workflow) should be set either explicitly or through a project template that contains references to these configuration resources.
  - `name` string, required — The project name.\ Unsupported characters in the name: `\` `/` `:` ` *` `?` `"` `<` `>` `|`
  - `description` string — The project description.
  - `dueBy` string, date-time, nullable, required — UTC Timezone <br> Allowed formats: <br> "YYYY-MM-DDThh:mmZ" <br> "YYYY-MM-DDThh:mm:ssZ" <br> "YYYY-MM-DDThh:mm:ss.sZ" <br> "YYYY-MM-DDThh:mm:ss.ssZ" <br> "YYYY-MM-DDThh:mm:ss.sssZ"
  - `projectTemplate` ObjectIdRequest — An object with identifier.
    - `id` string, required
  - `languageDirections` LanguageDirectionRequest[], required — The language directions. When creating a project using a project template that supports multiple source languages, you must supply the `languageDirections`.<br> Note: The values for source and targe language must have the same value as the source and target language from project template.
    - `sourceLanguage` SourceLanguageRequest, required
      - `languageCode` string, required — The language code.
    - `targetLanguage` TargetLanguageRequest, required
      - `languageCode` string, required — The language code.
  - `location` string, required — The folder identifier where the project should be created.
  - `translationEngine` ConfigurationResourceRequest — Resource configuration properties.
    - `id` string, required — Configuration resource identifier.
    - `strategy` 'copy' | 'use' — "copy": A copy of the resource will be used for the project execution. This is the default strategy. "use": The actual resource will be used for the project execution.
  - `fileProcessingConfiguration` ConfigurationResourceRequest — Resource configuration properties.
    - `id` string, required — Configuration resource identifier.
    - `strategy` 'copy' | 'use' — "copy": A copy of the resource will be used for the project execution. This is the default strategy. "use": The actual resource will be used for the project execution.
  - `workflow` ConfigurationResourceRequest — Resource configuration properties.
    - `id` string, required — Configuration resource identifier.
    - `strategy` 'copy' | 'use' — "copy": A copy of the resource will be used for the project execution. This is the default strategy. "use": The actual resource will be used for the project execution.
  - `pricingModel` ConfigurationResourceRequest — Resource configuration properties.
    - `id` string, required — Configuration resource identifier.
    - `strategy` 'copy' | 'use' — "copy": A copy of the resource will be used for the project execution. This is the default strategy. "use": The actual resource will be used for the project execution.
  - `customFields` CustomFieldRequest[]
    - `key` string, required — Custom Field friendly key.
    - `value` object — The value of the custom field. A date will be serialized as a ISO_8601 string. For read only custom fields (`isReadOnly`), it must be set exactly as the `defaultValue` from custom field definition.
  - `tqaProfile` ConfigurationResourceRequest — Resource configuration properties.
    - `id` string, required — Configuration resource identifier.
    - `strategy` 'copy' | 'use' — "copy": A copy of the resource will be used for the project execution. This is the default strategy. "use": The actual resource will be used for the project execution.
  - `forceOnline` boolean — This forces the project to be translated using the Trados Cloud Platform Online Editor exclusively.
  - `projectManagers` ProjectManagerRequest[]
    - `id` string, required — Depending on the type, User identifier or Group identifier.
    - `type` 'group' | 'user', required
  - `scheduleTemplate` ConfigurationResourceRequest — Resource configuration properties.
    - `id` string, required — Configuration resource identifier.
    - `strategy` 'copy' | 'use' — "copy": A copy of the resource will be used for the project execution. This is the default strategy. "use": The actual resource will be used for the project execution.
  - `settings` ProjectSettingsCreateRequest
    - `general` ProjectSettingsGeneralRequest
      - `completionConfiguration` CompletionConfigRequest — Completion configuration properties.
        - `completeDays` number — Number of days until automatic completion of the project. Starting from project creation date.
        - `archiveDays` number — Number of days after project completion when the project will be archived..
        - `archiveReminderDays` number — Number of days before archiving when a reminder will be sent.

## Response `201`

- Project — Project resource.
  - `id` string, required — The project identifier.
  - `shortId` string — The short identifier of the project.
  - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The project name.</div>
  - `description` string — The project description.
  - `dueBy` string, date-time, nullable — The project due date. <br> UTC Timezone <br> Allowed formats: <br> "YYYY-MM-DDThh:mmZ" <br> "YYYY-MM-DDThh:mm:ssZ" <br> "YYYY-MM-DDThh:mm:ss.sZ" <br> "YYYY-MM-DDThh:mm:ss.ssZ" <br> "YYYY-MM-DDThh:mm:ss.sssZ"
  - `deliveredBy` string, date-time, nullable — UTC Timezone <br> Allowed formats: <br> "YYYY-MM-DDThh:mmZ" <br> "YYYY-MM-DDThh:mm:ssZ" <br> "YYYY-MM-DDThh:mm:ss.sZ" <br> "YYYY-MM-DDThh:mm:ss.ssZ" <br> "YYYY-MM-DDThh:mm:ss.sssZ"
  - `createdAt` string, date-time, nullable — The project's creation date and time. <br> UTC Timezone <br> Allowed formats: <br> "YYYY-MM-DDThh:mmZ" <br> "YYYY-MM-DDThh:mm:ssZ" <br> "YYYY-MM-DDThh:mm:ss.sZ" <br> "YYYY-MM-DDThh:mm:ss.ssZ" <br> "YYYY-MM-DDThh:mm:ss.sssZ"
  - `status` 'created' | 'inProgress' | 'completed' | 'archived', nullable — The project's status.
  - `statusHistory` ProjectStatusHistory[], nullable — The project's status history.
    - `from` 'none' | 'created' | 'inProgress' | 'completed', required — Specifies the project status previous to the change.
    - `to` 'created' | 'inProgress' | 'completed', required — Specifies the project status post change.
    - `by` User — User in the account.
      - `id` string, required — User account identifier.
      - `description` string — Description of this account user. For Service account users only.
      - `email` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's email address. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's name. Retrieved only for Service users (not RWS ID users) that the authenticated entity is authorized to read.</div>
      - `firstName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's first name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
      - `lastName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's last name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
      - `anonymized` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">This shows if the authenticated entity has access to read the details of the user or not. If true, then the 'anonymizedUserName' should be retrieved.</div>
      - `anonymizedUserName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Retrieved if the authenticated entity does not have access to read the User.</div>
      - `account` Account
        - `id` string, required — The account identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The account name.</div>
      - `location` FolderV2 — Folder used for resource storage.
        - `id` string, required — The folder identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
        - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
        - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
          - `id` string, required — The folder identifier.
          - `name` string, required — The name of the folder.
          - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
          - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
      - `groups` Group[]
        - `id` string, required — The group identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The group name.</div>
        - `description` string — The group description.
        - `location` FolderV2 — Folder used for resource storage.
          - `id` string, required — The folder identifier.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
          - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
          - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
            - `id` string, required — The folder identifier.
            - `name` string, required — The name of the folder.
            - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
            - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
        - `users` User[]
        - `roles` Role[] — **Note**: The identifier of `Administrator` role will not be exposed publicly and a `********` placeholder will be returned on this endpoint for the role.
          - `id` string, required — The identifier of the role.
          - `type` 'provisioned' | 'custom', required — The role type.
          - `name` string, required — Name of the role.
          - `description` string — Description of the role.
          - `permissions` Permission[] — List of permissions associated with role.
            - `name` string, required — Name of the permission.
            - `description` string, required — Human-readable description of the permission.
            - `category` string, required — The category a permission belongs to.
            - `entityType` PermissionEntityType, required — The entity type a permission applies to.
              - …
            - `dependsOn` string[], required — List of permission names that this permission depends on. Empty array if no dependencies.
        - `additionalRoles` GroupAdditionalRoles[]
          - `location` FolderV2, required — Folder used for resource storage.
            - `id` string, required — The folder identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
            - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
            - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
              - …
          - `roles` Role[], required
            - `id` string, required — The identifier of the role.
            - `type` 'provisioned' | 'custom', required — The role type.
            - `name` string, required — Name of the role.
            - `description` string — Description of the role.
            - `permissions` Permission[] — List of permissions associated with role.
              - …
        - `groupType` 'default' | 'custom' | 'vendor' | 'customer' — - default : groups in the Root folder (location) provisioned by the system, automatically. Examples: Administrator, Project Manager, Engineer, Terminologist. - customer : groups provisioned by the system, automatically, for each customer location you add. Examples: Customer Requester, Customer Reviewer. - vendor : group provisioned by the system, automatically, for each vendor location you add. Examples: Vendor Project Manager. - custom : groups you can create in a location of your choice. Examples: Project Manager, Translator.
        - `metadata` unknown
      - `userType` 'user' | 'serviceUser' — The type of the account user.
      - `status` 'inactive' | 'active' | 'deleted' | 'provisioned' — Status of this account user.
      - `invitationLink` string — The user's invitation link. Retrieved only for RWS ID (formerly SDL ID) users—not service users. It is available only if the user has not yet accepted the invitation (status is `inactive`).
      - `membership` 'member' | 'collaborator' — Type of membership of this account user.
      - `metadata` unknown
    - `timestamp` string, date-time, nullable — UTC Timezone <br> Allowed formats: <br> "YYYY-MM-DDThh:mmZ" <br> "YYYY-MM-DDThh:mm:ssZ" <br> "YYYY-MM-DDThh:mm:ss.sZ" <br> "YYYY-MM-DDThh:mm:ss.ssZ" <br> "YYYY-MM-DDThh:mm:ss.sssZ"
  - `languageDirections` LanguageDirection[] — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The project's language directions.</div>
    - `id` string, required — The language direction identifier.
    - `sourceLanguage` Language, required — The language object.
      - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
      - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
      - `direction` string
      - `parentLanguageCode` string
      - `defaultSpecificLanguageCode` string
      - `isNeutral` boolean, nullable
    - `targetLanguage` Language, required — The language object.
      - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
      - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
      - `direction` string
      - `parentLanguageCode` string
      - `defaultSpecificLanguageCode` string
      - `isNeutral` boolean, nullable
    - `analysisStatistics` AnalysisStatistics
      - `exactMatch` Count — Statistics count.
        - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
        - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
        - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
        - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
        - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
      - `inContextExactMatch` Count — Statistics count.
        - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
        - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
        - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
        - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
        - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
      - `perfectMatch` Count — Statistics count.
        - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
        - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
        - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
        - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
        - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
      - `new` Count — Statistics count.
        - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
        - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
        - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
        - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
        - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
      - `repetitions` Count — Statistics count.
        - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
        - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
        - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
        - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
        - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
      - `crossDocumentRepetitions` Count — Statistics count.
        - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
        - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
        - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
        - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
        - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
      - `machineTranslation` Count — Statistics count.
        - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
        - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
        - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
        - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
        - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
      - `locked` Count — Statistics count.
        - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
        - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
        - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
        - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
        - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
      - `fuzzyMatch` FuzzyCount[] — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Statistics count.</div>
        - `count` Count — Statistics count.
          - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
          - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
          - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
          - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
          - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
        - `category` FuzzyCategory — Fuzzy category range. Example of Fuzzy bands: 100-100%, 95-99%, 85-94%, 75-84%, 50-74%.
          - `minimum` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The minimum of the range.</div>
          - `maximum` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The maximum of the range.</div>
      - `total` Count — Statistics count.
        - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
        - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
        - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
        - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
        - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
  - `customer` Customer — Customer resource.
    - `id` string, required — Customer identifier.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Customer name.</div>
    - `keyContact` User — User in the account.
      - `id` string, required — User account identifier.
      - `description` string — Description of this account user. For Service account users only.
      - `email` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's email address. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's name. Retrieved only for Service users (not RWS ID users) that the authenticated entity is authorized to read.</div>
      - `firstName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's first name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
      - `lastName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's last name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
      - `anonymized` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">This shows if the authenticated entity has access to read the details of the user or not. If true, then the 'anonymizedUserName' should be retrieved.</div>
      - `anonymizedUserName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Retrieved if the authenticated entity does not have access to read the User.</div>
      - `account` Account
        - `id` string, required — The account identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The account name.</div>
      - `location` FolderV2 — Folder used for resource storage.
        - `id` string, required — The folder identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
        - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
        - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
          - `id` string, required — The folder identifier.
          - `name` string, required — The name of the folder.
          - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
          - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
      - `groups` Group[]
        - `id` string, required — The group identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The group name.</div>
        - `description` string — The group description.
        - `location` FolderV2 — Folder used for resource storage.
          - `id` string, required — The folder identifier.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
          - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
          - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
            - `id` string, required — The folder identifier.
            - `name` string, required — The name of the folder.
            - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
            - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
        - `users` User[]
        - `roles` Role[] — **Note**: The identifier of `Administrator` role will not be exposed publicly and a `********` placeholder will be returned on this endpoint for the role.
          - `id` string, required — The identifier of the role.
          - `type` 'provisioned' | 'custom', required — The role type.
          - `name` string, required — Name of the role.
          - `description` string — Description of the role.
          - `permissions` Permission[] — List of permissions associated with role.
            - `name` string, required — Name of the permission.
            - `description` string, required — Human-readable description of the permission.
            - `category` string, required — The category a permission belongs to.
            - `entityType` PermissionEntityType, required — The entity type a permission applies to.
              - …
            - `dependsOn` string[], required — List of permission names that this permission depends on. Empty array if no dependencies.
        - `additionalRoles` GroupAdditionalRoles[]
          - `location` FolderV2, required — Folder used for resource storage.
            - `id` string, required — The folder identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
            - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
            - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
              - …
          - `roles` Role[], required
            - `id` string, required — The identifier of the role.
            - `type` 'provisioned' | 'custom', required — The role type.
            - `name` string, required — Name of the role.
            - `description` string — Description of the role.
            - `permissions` Permission[] — List of permissions associated with role.
              - …
        - `groupType` 'default' | 'custom' | 'vendor' | 'customer' — - default : groups in the Root folder (location) provisioned by the system, automatically. Examples: Administrator, Project Manager, Engineer, Terminologist. - customer : groups provisioned by the system, automatically, for each customer location you add. Examples: Customer Requester, Customer Reviewer. - vendor : group provisioned by the system, automatically, for each vendor location you add. Examples: Vendor Project Manager. - custom : groups you can create in a location of your choice. Examples: Project Manager, Translator.
        - `metadata` unknown
      - `userType` 'user' | 'serviceUser' — The type of the account user.
      - `status` 'inactive' | 'active' | 'deleted' | 'provisioned' — Status of this account user.
      - `invitationLink` string — The user's invitation link. Retrieved only for RWS ID (formerly SDL ID) users—not service users. It is available only if the user has not yet accepted the invitation (status is `inactive`).
      - `membership` 'member' | 'collaborator' — Type of membership of this account user.
      - `metadata` unknown
    - `location` FolderV2 — Folder used for resource storage.
      - `id` string, required — The folder identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
      - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
      - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
        - `id` string, required — The folder identifier.
        - `name` string, required — The name of the folder.
        - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
        - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
    - `ragStatus` 'green' | 'amber' | 'red'
    - `customFieldDefinitions` CustomFieldResource[] — The custom field definitions.
      - `key` string, required — Custom Field friendly key.
      - `value` object, required — The value of the custom property. A date will be serialized as an ISO_8601 string.
  - `createdBy` User — User in the account.
    - `id` string, required — User account identifier.
    - `description` string — Description of this account user. For Service account users only.
    - `email` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's email address. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's name. Retrieved only for Service users (not RWS ID users) that the authenticated entity is authorized to read.</div>
    - `firstName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's first name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
    - `lastName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's last name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
    - `anonymized` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">This shows if the authenticated entity has access to read the details of the user or not. If true, then the 'anonymizedUserName' should be retrieved.</div>
    - `anonymizedUserName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Retrieved if the authenticated entity does not have access to read the User.</div>
    - `account` Account
      - `id` string, required — The account identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The account name.</div>
    - `location` FolderV2 — Folder used for resource storage.
      - `id` string, required — The folder identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
      - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
      - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
        - `id` string, required — The folder identifier.
        - `name` string, required — The name of the folder.
        - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
        - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
    - `groups` Group[]
      - `id` string, required — The group identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The group name.</div>
      - `description` string — The group description.
      - `location` FolderV2 — Folder used for resource storage.
        - `id` string, required — The folder identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
        - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
        - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
          - `id` string, required — The folder identifier.
          - `name` string, required — The name of the folder.
          - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
          - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
      - `users` User[]
      - `roles` Role[] — **Note**: The identifier of `Administrator` role will not be exposed publicly and a `********` placeholder will be returned on this endpoint for the role.
        - `id` string, required — The identifier of the role.
        - `type` 'provisioned' | 'custom', required — The role type.
        - `name` string, required — Name of the role.
        - `description` string — Description of the role.
        - `permissions` Permission[] — List of permissions associated with role.
          - `name` string, required — Name of the permission.
          - `description` string, required — Human-readable description of the permission.
          - `category` string, required — The category a permission belongs to.
          - `entityType` PermissionEntityType, required — The entity type a permission applies to.
            - `name` string, required — Name of the entity type.
            - `description` string, required — Human-readable description of the entity type.
          - `dependsOn` string[], required — List of permission names that this permission depends on. Empty array if no dependencies.
      - `additionalRoles` GroupAdditionalRoles[]
        - `location` FolderV2, required — Folder used for resource storage.
          - `id` string, required — The folder identifier.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
          - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
          - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
            - `id` string, required — The folder identifier.
            - `name` string, required — The name of the folder.
            - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
            - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
        - `roles` Role[], required
          - `id` string, required — The identifier of the role.
          - `type` 'provisioned' | 'custom', required — The role type.
          - `name` string, required — Name of the role.
          - `description` string — Description of the role.
          - `permissions` Permission[] — List of permissions associated with role.
            - `name` string, required — Name of the permission.
            - `description` string, required — Human-readable description of the permission.
            - `category` string, required — The category a permission belongs to.
            - `entityType` PermissionEntityType, required — The entity type a permission applies to.
              - …
            - `dependsOn` string[], required — List of permission names that this permission depends on. Empty array if no dependencies.
      - `groupType` 'default' | 'custom' | 'vendor' | 'customer' — - default : groups in the Root folder (location) provisioned by the system, automatically. Examples: Administrator, Project Manager, Engineer, Terminologist. - customer : groups provisioned by the system, automatically, for each customer location you add. Examples: Customer Requester, Customer Reviewer. - vendor : group provisioned by the system, automatically, for each vendor location you add. Examples: Vendor Project Manager. - custom : groups you can create in a location of your choice. Examples: Project Manager, Translator.
      - `metadata` unknown
    - `userType` 'user' | 'serviceUser' — The type of the account user.
    - `status` 'inactive' | 'active' | 'deleted' | 'provisioned' — Status of this account user.
    - `invitationLink` string — The user's invitation link. Retrieved only for RWS ID (formerly SDL ID) users—not service users. It is available only if the user has not yet accepted the invitation (status is `inactive`).
    - `membership` 'member' | 'collaborator' — Type of membership of this account user.
    - `metadata` unknown
  - `location` FolderV2 — Folder used for resource storage.
    - `id` string, required — The folder identifier.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
    - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
    - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
      - `id` string, required — The folder identifier.
      - `name` string, required — The name of the folder.
      - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
      - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
  - `projectTemplate` ProjectTemplateResponse — Project Template resource. (Not available for List Projects endpoint)
    - `id` string, required — The project template identifier.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The project template name.</div>
    - `description` string — The project template description.
    - `languageDirections` LanguageDirectionNoStatistics[]
      - `id` string, required — The language direction identifier.
      - `sourceLanguage` Language, required — The language object.
        - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
        - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
        - `direction` string
        - `parentLanguageCode` string
        - `defaultSpecificLanguageCode` string
        - `isNeutral` boolean, nullable
      - `targetLanguage` Language, required — The language object.
        - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
        - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
        - `direction` string
        - `parentLanguageCode` string
        - `defaultSpecificLanguageCode` string
        - `isNeutral` boolean, nullable
    - `location` FolderV2 — Folder used for resource storage.
      - `id` string, required — The folder identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
      - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
      - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
        - `id` string, required — The folder identifier.
        - `name` string, required — The name of the folder.
        - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
        - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
    - `translationEngine` TranslationEngine — Translation Engine resource. (Not available for List Projects endpoint)
      - `id` string, required — The translation engine identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The translation engine name.</div>
      - `description` string
      - `location` FolderV2 — Folder used for resource storage.
        - `id` string, required — The folder identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
        - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
        - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
          - `id` string, required — The folder identifier.
          - `name` string, required — The name of the folder.
          - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
          - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
      - `definition` TranslationEngineDefinition — The definition of a translation engine.
        - `languageProcessingRuleId` string, required
        - `languagePairDefinitions` TranslationEngineDefinitionLanguagePair[]
          - `languagePair` LanguagePair, required
            - `source` string, required — Language code. ex: "en-US", de-DE".
            - `target` string, required — Language code. ex: "en-US", de-DE".
          - `resources` LanguagePairResource[], required
            - `id` string, required — The identifier of the Translation Memory, Termbase, Machine Translation or LLM.
            - `systemId` string — Required only for neural Machine Translation resources.
            - `type` 'TM' | 'MT' | 'TB' | 'LLM', required — The resource type.
            - `penalty` integer — Only for TM
            - `lookup` boolean — Only for TM, TB
            - `concordance` boolean — Only for TM
            - `update` boolean — Only for TM, TB
            - `generativeTranslation` boolean — Only for LLM
            - `smartReview` boolean — Only for LLM
          - `adjacentLanguagePairs` LanguagePair[]
            - `source` string, required — Language code. ex: "en-US", de-DE".
            - `target` string, required — Language code. ex: "en-US", de-DE".
        - `sequence` RemoteTranslationEngineSequence — Lists of IDs for Translation Memories, Termbases, Machine Translations and Large Language Models, in order of their use
          - `tm` string[] — Translation Memories
          - `tb` string[] — Termbases
          - `mt` string[] — Machine Translations
          - `llm` string[] — Large Language Models
        - `adjacentLanguagePenalty` integer
    - `fileProcessingConfiguration` FileProcessingConfiguration — File Processing Configuration resource. (Not available for List Projects endpoint)
      - `id` string, required — The file processing configuration identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The file processing configuration name.</div>
      - `location` FolderV2 — Folder used for resource storage.
        - `id` string, required — The folder identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
        - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
        - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
          - `id` string, required — The folder identifier.
          - `name` string, required — The name of the folder.
          - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
          - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
    - `pricingModel` PricingModel — Pricing Model resource. (Not available for List Projects endpoint)
      - `id` string, required — The pricing model identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the Pricing Model.</div>
      - `description` string — The description of the Pricing Model.
      - `currencyCode` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The currency code (ISO 4217).</div>
      - `location` FolderV2 — Folder used for resource storage.
        - `id` string, required — The folder identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
        - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
        - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
          - `id` string, required — The folder identifier.
          - `name` string, required — The name of the folder.
          - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
          - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
      - `languageDirectionPricing` LanguageDirectionCost[] — Costs applied for languages.
        - `sourceLanguage` string, required — The source language code. For example: "en-US", "de-DE".
        - `targetLanguage` string, required — The target language code. For example: "en-US", "de-DE".
        - `contextMatch` number — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The price of context matches.
        - `exactMatch` number — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"> The price of exact matches.
        - `new` number — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The price of new matches.
        - `perfectMatch` number — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The price of PerfectMatches.
        - `repetition` number — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The price of repetition matches.
        - `machineTranslation` number — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"> The price of machine translation matches.
        - `pricingUnit` 'words' | 'characters'
        - `fuzzyMatches` FuzzyMatch[] — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">
          - `price` number, required — Fuzzy match price for the range expressed in the category field.
          - `category` FuzzyMatchCategory, required — Fuzzy match category range.
            - `minimumMatchValue` integer, nullable, required — Minimum matching value of this range.
            - `maximumMatchValue` integer, nullable, required — Maximum matching value of this range.
        - `additionalCosts` LanguageCost[] — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">
          - `name` string, required — The name of the additional cost.
          - `type` 'volume' | 'hourly' | 'percentage' | 'perPage' | 'conditional' | 'adhoc' | 'adhocVolume', required
          - `index` number, required — The number of the additional cost.
          - `costPerUnit` number, required — The cost of a unit.
          - `unitCount` number, required — The number of units for which a cost is applied.
          - `volumeUnitType` 'words' | 'characters' | 'custom'
          - `conditionalCostType` 'absolute' | 'relative' | 'percentage'
          - `costOperator` 'less' | 'lessOrEqual' | 'greater' | 'greaterOrEqual'
          - `costVariable` 'wordCount' | 'runningTotal'
          - `operand` number — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Operand of the Conditional type cost.
          - `serviceTypes` string[] — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div> Array of Service Type identifiers where this additional cost is applied.
          - `customUnitName` string — The name of the custom unit.
      - `additionalCosts` ProjectCost[] — Additional costs applied at project level.
        - `name` string, required — The name of the additional cost.
        - `type` 'volume' | 'perTargetLanguage' | 'perFile' | 'hourly' | 'percentage' | 'perPage' | 'conditional' | 'adhoc' | 'adhocVolume', required
        - `index` number, required — The number of the additional cost.
        - `costPerUnit` number, required — The cost of a unit.
        - `unitCount` number, required — The number of units for which a cost is applied.
        - `volumeUnitType` 'words' | 'characters' | 'custom'
        - `conditionalCostType` 'absolute' | 'relative' | 'percentage'
        - `costOperator` 'less' | 'lessOrEqual' | 'greater' | 'greaterOrEqual'
        - `costVariable` 'wordCount' | 'runningTotal'
        - `operand` number — Operand of the Conditional type cost.
        - `serviceTypes` string[] — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div> Array of Service Type identifiers where this additional cost is applied.
        - `customUnitName` string — The name of the custom unit.
    - `workflow` Workflow — The steps a project goes through. (Not available for List Projects endpoint)
      - `id` string, required — The workflow identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The workflow name.</div>
      - `description` string — The workflow description.
      - `location` Folder — Folder used for resource storage.
        - `id` string, required — The folder identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
        - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
        - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
          - `id` string, required — The folder identifier.
          - `name` string, required — The name of the folder.
          - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
          - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
      - `workflowTemplate` WorkflowTemplate
        - `id` string, required — The workflow template identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The workflow template name.</div>
        - `description` string — The workflow template description.
        - `taskTemplates` WorkflowTaskTemplate[]
          - `id` string, required — The workflow task template identifier.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The workflow task template name.</div>
          - `apiInternalId` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Unique identifier of workflow task templates </div>
          - `description` string
          - `canSkip` boolean, nullable
          - `requiresAssignment` boolean, nullable
          - `taskType` TaskType — Task type.
            - `id` string, required
            - `key` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Identifier key for the task.</div>
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `apiInternalId` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"> Unique identifier of custom task types set in the workflow. If no custom id is set, it will return the default identifier for the custom task type.
            - `description` string
            - `automatic` boolean, nullable — This indicates whether the task is automatic or human.
            - `scope` 'file' | 'targetLanguage' | 'batch' | 'vendorOrder' | 'task', nullable — The resource type scope for the task.
            - `outcomes` TaskTypeOutcome[]
              - …
            - `configurationDefinitions` TaskTypeConfigurationDefinition[] — Defines the configurable options available for this task type. Each entry describes one configuration option including its data type, default value, allowed values and constraints.
              - …
            - `location` FolderV2 — Folder used for resource storage.
              - …
          - `phase` WorkflowPhase — A set of workflow steps which work together towards a localization outcome.
            - `id` string, required — The phase identfier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The phase name.</div>
        - `phases` WorkflowPhase[]
          - `id` string, required — The phase identfier.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The phase name.</div>
        - `transitions` WorkflowTemplateTransition[]
          - `from` WorkflowTemplateTransitionNode
            - `type` 'taskTemplate' | 'start' | 'end' — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `taskTemplate` WorkflowTaskTemplate
              - …
          - `to` WorkflowTemplateTransitionNode
            - `type` 'taskTemplate' | 'start' | 'end' — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `taskTemplate` WorkflowTaskTemplate
              - …
          - `condition` WorkflowTemplateTransitionCondition
            - `type` 'outcome' | 'expression', nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `value` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
        - `configurationValues` WorkflowTaskTypeConfigValue[] — The task type configuration values set on this task. Each item corresponds to a configuration key defined in `taskTemplates.taskType.configurationDefinitions`.
          - `id` string, required — The configuration key identifier (e.g. `FORCE_CLOSE_MAX_AGE`, `EDITOR_MODE`, `CONCURRENT_EDITING_ENABLED`).
          - `value` object, required — The configuration value.
      - `taskConfigurations` WorkflowTaskConfiguration[]
        - `scope` TaskConfigurationScope, required
          - `type` 'global' | 'sourceLanguage' | 'targetLanguage' | 'languageDirection', required — The applicability impact of the workflow configuration: - global: used for global tasks which are not associated to a target language - sourceLanguage: changes affect only the task associated to the source language specified in **sourceLanguage** field - targetLanguage: changes affect only the task associated to the target language specified in **targetLanguage** field - languageDirection: changes affect only the task associated to the language direction specified in **languageDirection** field
          - `sourceLanguage` Language — The language object.
            - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
            - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
            - `direction` string
            - `parentLanguageCode` string
            - `defaultSpecificLanguageCode` string
            - `isNeutral` boolean, nullable
          - `targetLanguage` Language — The language object.
            - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
            - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
            - `direction` string
            - `parentLanguageCode` string
            - `defaultSpecificLanguageCode` string
            - `isNeutral` boolean, nullable
          - `languageDirection` LanguageDirectionItem
            - `id` string, required — The language direction identifier.
        - `assignees` WorkflowTaskAssignee — Task assignee. Based on the "type", further details can be retrieved. <br> For ex. for "type"="user", "user" property is available. <br> For "projectCreator" and "projectManager" no other property is available.
          - `type` 'user' | 'group' | 'vendorOrderTemplate' | 'projectCreator' | 'projectManager', required
          - `user` User — User in the account.
            - `id` string, required — User account identifier.
            - `description` string — Description of this account user. For Service account users only.
            - `email` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's email address. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's name. Retrieved only for Service users (not RWS ID users) that the authenticated entity is authorized to read.</div>
            - `firstName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's first name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
            - `lastName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's last name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
            - `anonymized` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">This shows if the authenticated entity has access to read the details of the user or not. If true, then the 'anonymizedUserName' should be retrieved.</div>
            - `anonymizedUserName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Retrieved if the authenticated entity does not have access to read the User.</div>
            - `account` Account
              - …
            - `location` FolderV2 — Folder used for resource storage.
              - …
            - `groups` Group[]
              - …
            - `userType` 'user' | 'serviceUser' — The type of the account user.
            - `status` 'inactive' | 'active' | 'deleted' | 'provisioned' — Status of this account user.
            - `invitationLink` string — The user's invitation link. Retrieved only for RWS ID (formerly SDL ID) users—not service users. It is available only if the user has not yet accepted the invitation (status is `inactive`).
            - `membership` 'member' | 'collaborator' — Type of membership of this account user.
            - `metadata` unknown
          - `group` Group — Group of Users.
            - `id` string, required — The group identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The group name.</div>
            - `description` string — The group description.
            - `location` FolderV2 — Folder used for resource storage.
              - …
            - `users` User[]
              - …
            - `roles` Role[] — **Note**: The identifier of `Administrator` role will not be exposed publicly and a `********` placeholder will be returned on this endpoint for the role.
              - …
            - `additionalRoles` GroupAdditionalRoles[]
              - …
            - `groupType` 'default' | 'custom' | 'vendor' | 'customer' — - default : groups in the Root folder (location) provisioned by the system, automatically. Examples: Administrator, Project Manager, Engineer, Terminologist. - customer : groups provisioned by the system, automatically, for each customer location you add. Examples: Customer Requester, Customer Reviewer. - vendor : group provisioned by the system, automatically, for each vendor location you add. Examples: Vendor Project Manager. - custom : groups you can create in a location of your choice. Examples: Project Manager, Translator.
            - `metadata` unknown
          - `vendorOrderTemplate` VendorOrderTemplate — The vendor order template.
            - `id` string, required
        - `isSkipped` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
        - `taskTemplate` WorkflowTaskTemplate, required
          - `id` string, required — The workflow task template identifier.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The workflow task template name.</div>
          - `apiInternalId` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Unique identifier of workflow task templates </div>
          - `description` string
          - `canSkip` boolean, nullable
          - `requiresAssignment` boolean, nullable
          - `taskType` TaskType — Task type.
            - `id` string, required
            - `key` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Identifier key for the task.</div>
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `apiInternalId` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"> Unique identifier of custom task types set in the workflow. If no custom id is set, it will return the default identifier for the custom task type.
            - `description` string
            - `automatic` boolean, nullable — This indicates whether the task is automatic or human.
            - `scope` 'file' | 'targetLanguage' | 'batch' | 'vendorOrder' | 'task', nullable — The resource type scope for the task.
            - `outcomes` TaskTypeOutcome[]
              - …
            - `configurationDefinitions` TaskTypeConfigurationDefinition[] — Defines the configurable options available for this task type. Each entry describes one configuration option including its data type, default value, allowed values and constraints.
              - …
            - `location` FolderV2 — Folder used for resource storage.
              - …
          - `phase` WorkflowPhase — A set of workflow steps which work together towards a localization outcome.
            - `id` string, required — The phase identfier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The phase name.</div>
        - `configurationValues` WorkflowTaskTypeConfigValue[] — The task type configuration values set on this workflow task. Each item corresponds to a configuration key defined in `taskTemplate.taskType.configurationDefinitions`.
          - `id` string, required — The configuration key identifier (e.g. `FORCE_CLOSE_MAX_AGE`, `EDITOR_MODE`, `CONCURRENT_EDITING_ENABLED`).
          - `value` object, required — The configuration value.
      - `languageDirections` LanguageDirectionNoStatistics[]
        - `id` string, required — The language direction identifier.
        - `sourceLanguage` Language, required — The language object.
          - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
          - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
          - `direction` string
          - `parentLanguageCode` string
          - `defaultSpecificLanguageCode` string
          - `isNeutral` boolean, nullable
        - `targetLanguage` Language, required — The language object.
          - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
          - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
          - `direction` string
          - `parentLanguageCode` string
          - `defaultSpecificLanguageCode` string
          - `isNeutral` boolean, nullable
    - `customFields` CustomField[] — The Custom Fields.
      - `id` string, required — Custom Field identifier.
      - `name` string — Custom Field name. (Not available for List Projects, Get Project Template and List Project Templates endpoints)
      - `key` string — Custom Field friendly key.
      - `value` object — The value of the custom property. A date will be serialized as an ISO_8601 string.
    - `forceOnline` boolean — (Deprecated) Moved under settings.general.forceOnline
    - `projectManagers` ProjectManagerResponse[]
      - `type` 'group' | 'user'
      - `user` User — User in the account.
        - `id` string, required — User account identifier.
        - `description` string — Description of this account user. For Service account users only.
        - `email` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's email address. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's name. Retrieved only for Service users (not RWS ID users) that the authenticated entity is authorized to read.</div>
        - `firstName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's first name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
        - `lastName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's last name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
        - `anonymized` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">This shows if the authenticated entity has access to read the details of the user or not. If true, then the 'anonymizedUserName' should be retrieved.</div>
        - `anonymizedUserName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Retrieved if the authenticated entity does not have access to read the User.</div>
        - `account` Account
          - `id` string, required — The account identifier.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The account name.</div>
        - `location` FolderV2 — Folder used for resource storage.
          - `id` string, required — The folder identifier.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
          - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
          - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
            - `id` string, required — The folder identifier.
            - `name` string, required — The name of the folder.
            - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
            - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
        - `groups` Group[]
          - `id` string, required — The group identifier.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The group name.</div>
          - `description` string — The group description.
          - `location` FolderV2 — Folder used for resource storage.
            - `id` string, required — The folder identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
            - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
            - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
              - …
          - `users` User[]
          - `roles` Role[] — **Note**: The identifier of `Administrator` role will not be exposed publicly and a `********` placeholder will be returned on this endpoint for the role.
            - `id` string, required — The identifier of the role.
            - `type` 'provisioned' | 'custom', required — The role type.
            - `name` string, required — Name of the role.
            - `description` string — Description of the role.
            - `permissions` Permission[] — List of permissions associated with role.
              - …
          - `additionalRoles` GroupAdditionalRoles[]
            - `location` FolderV2, required — Folder used for resource storage.
              - …
            - `roles` Role[], required
              - …
          - `groupType` 'default' | 'custom' | 'vendor' | 'customer' — - default : groups in the Root folder (location) provisioned by the system, automatically. Examples: Administrator, Project Manager, Engineer, Terminologist. - customer : groups provisioned by the system, automatically, for each customer location you add. Examples: Customer Requester, Customer Reviewer. - vendor : group provisioned by the system, automatically, for each vendor location you add. Examples: Vendor Project Manager. - custom : groups you can create in a location of your choice. Examples: Project Manager, Translator.
          - `metadata` unknown
        - `userType` 'user' | 'serviceUser' — The type of the account user.
        - `status` 'inactive' | 'active' | 'deleted' | 'provisioned' — Status of this account user.
        - `invitationLink` string — The user's invitation link. Retrieved only for RWS ID (formerly SDL ID) users—not service users. It is available only if the user has not yet accepted the invitation (status is `inactive`).
        - `membership` 'member' | 'collaborator' — Type of membership of this account user.
        - `metadata` unknown
      - `group` Group — Group of Users.
        - `id` string, required — The group identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The group name.</div>
        - `description` string — The group description.
        - `location` FolderV2 — Folder used for resource storage.
          - `id` string, required — The folder identifier.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
          - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
          - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
            - `id` string, required — The folder identifier.
            - `name` string, required — The name of the folder.
            - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
            - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
        - `users` User[]
          - `id` string, required — User account identifier.
          - `description` string — Description of this account user. For Service account users only.
          - `email` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's email address. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's name. Retrieved only for Service users (not RWS ID users) that the authenticated entity is authorized to read.</div>
          - `firstName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's first name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
          - `lastName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's last name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
          - `anonymized` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">This shows if the authenticated entity has access to read the details of the user or not. If true, then the 'anonymizedUserName' should be retrieved.</div>
          - `anonymizedUserName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Retrieved if the authenticated entity does not have access to read the User.</div>
          - `account` Account
            - `id` string, required — The account identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The account name.</div>
          - `location` FolderV2 — Folder used for resource storage.
            - `id` string, required — The folder identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
            - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
            - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
              - …
          - `groups` Group[]
          - `userType` 'user' | 'serviceUser' — The type of the account user.
          - `status` 'inactive' | 'active' | 'deleted' | 'provisioned' — Status of this account user.
          - `invitationLink` string — The user's invitation link. Retrieved only for RWS ID (formerly SDL ID) users—not service users. It is available only if the user has not yet accepted the invitation (status is `inactive`).
          - `membership` 'member' | 'collaborator' — Type of membership of this account user.
          - `metadata` unknown
        - `roles` Role[] — **Note**: The identifier of `Administrator` role will not be exposed publicly and a `********` placeholder will be returned on this endpoint for the role.
          - `id` string, required — The identifier of the role.
          - `type` 'provisioned' | 'custom', required — The role type.
          - `name` string, required — Name of the role.
          - `description` string — Description of the role.
          - `permissions` Permission[] — List of permissions associated with role.
            - `name` string, required — Name of the permission.
            - `description` string, required — Human-readable description of the permission.
            - `category` string, required — The category a permission belongs to.
            - `entityType` PermissionEntityType, required — The entity type a permission applies to.
              - …
            - `dependsOn` string[], required — List of permission names that this permission depends on. Empty array if no dependencies.
        - `additionalRoles` GroupAdditionalRoles[]
          - `location` FolderV2, required — Folder used for resource storage.
            - `id` string, required — The folder identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
            - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
            - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
              - …
          - `roles` Role[], required
            - `id` string, required — The identifier of the role.
            - `type` 'provisioned' | 'custom', required — The role type.
            - `name` string, required — Name of the role.
            - `description` string — Description of the role.
            - `permissions` Permission[] — List of permissions associated with role.
              - …
        - `groupType` 'default' | 'custom' | 'vendor' | 'customer' — - default : groups in the Root folder (location) provisioned by the system, automatically. Examples: Administrator, Project Manager, Engineer, Terminologist. - customer : groups provisioned by the system, automatically, for each customer location you add. Examples: Customer Requester, Customer Reviewer. - vendor : group provisioned by the system, automatically, for each vendor location you add. Examples: Vendor Project Manager. - custom : groups you can create in a location of your choice. Examples: Project Manager, Translator.
        - `metadata` unknown
    - `quoteTemplate` ProjectQuoteTemplateDeprecated — (Deprecated) moved under settings.general.quoteTemplate
      - `id` string, required — The identifier of the quote template.
      - `name` string — The name of the quote template.
      - `description` string — The description of the quote template.
      - `location` FolderV2 — Folder used for resource storage.
        - `id` string, required — The folder identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
        - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
        - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
          - `id` string, required — The folder identifier.
          - `name` string, required — The name of the folder.
          - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
          - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
    - `scheduleTemplate` ScheduleTemplate — Schedule Template resource
      - `id` string, required
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Schedule Template name.</div>
      - `description` string — Schedule Template description.
      - `location` FolderV2 — Folder used for resource storage.
        - `id` string, required — The folder identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
        - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
        - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
          - `id` string, required — The folder identifier.
          - `name` string, required — The name of the folder.
          - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
          - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
      - `configurations` ScheduleTemplateConfiguration[]
        - `taskTypeId` string, required — The identifier of the human task type.
        - `taskTypeName` string — The name of the task type.
        - `schedules` ScheduleTemplateConfigurationSchedules[]
          - `scope` 'global' | 'sourceLanguage' | 'languageDirection', required — The scope of this configuration schedule. \ global -> schedule of the task \ sourceLanguage -> schedule of the specific task when the sourceLanguage matches this object's sourceLanguage\ languageDirection -> schedule of the specific task when the languageDirection matches this object's languageDirection
          - `duration` integer — Expressed in minutes.
          - `reminder` unknown
          - `sourceLanguage` string
          - `targetLanguage` string
      - `projectScheduleConfiguration` ScheduleTemplateProjectConfiguration — Schedule Template Project Configuration resource
        - `duration` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Expressed in minutes.</div>
        - `reminder` unknown
    - `settings` ProjectTemplateSettingsResponse — Project Template settings. See detailed description of options on the <a href="https://docs.rws.com/en-US/trados-enterprise-accelerate-791595/creating-project-templates-1054430">Official Documentation</a> page. (Not available for List Project Templates endpoint)
      - `general` ProjectTemplateGeneralSettingsResponse — General settings, are detailed in section 10.a
        - `forceOnline` boolean — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Restrict file downloads.
        - `allowSourceEdit` boolean — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Allow editing of source text in segments.
        - `quoteTemplate` ProjectQuoteTemplate — Project Quote Template resource.
          - `id` string, required — The identifier of the quote template.
          - `name` string — The name of the quote template.
          - `description` string — The description of the quote template.
          - `location` FolderV2 — Folder used for resource storage.
            - `id` string, required — The folder identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
            - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
            - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
              - …
        - `customerPortalVisibility` boolean — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Customer Portal visibility
        - `completionConfiguration` CompletionConfigRequest — Completion configuration properties.
          - `completeDays` number — Number of days until automatic completion of the project. Starting from project creation date.
          - `archiveDays` number — Number of days after project completion when the project will be archived..
          - `archiveReminderDays` number — Number of days before archiving when a reminder will be sent.
      - `batchTasks` ProjectTemplateBatchTasksSettings — Project Template Batch Tasks Settings
        - `preProcessing` ProjectTemplateBatchTasksPreprocessingSettings — Pre-Processing Settings, configure how TMs are applied, are detailed in section 10.b
          - `minimumMatchValue` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `translationOverwriteMode` 'keepExisting' | 'overwriteIfBetter' | 'overwriteAlways' | 'overwriteExceptPerfectMatch' — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Options: - `keepExisting`: no segments are overwritten, existing segments are kept; - `overwriteIfBetter`: unlocked segments (including confirmed segments) are overwritten, while unlocked PerfectMatch segments and locked segments are not overwritten; - `overwriteAlways`: PerfectMatch segments (both locked and unlocked) are overwritten, while other locked segments are not overwritten; - `overwriteExceptPerfectMatch`: unlocked segments (including confirmed segments) and locked segments are overwritten, while unlocked PerfectMatch segments are not overwritten; </div>
          - `afterApplyingTranslations` string[] — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Default: `confirmExactMatches`, `confirmContextMatches`</div>
          - `noMatchFoundAction` 'leaveTargetSegmentsEmpty' | 'copySourceToTarget' — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `reportCrossFileRepetition` boolean — If enabled repetitions are identified and included in analysis reports.
          - `excludeLockedSegments` boolean — If enabled locked segments (content that must not be translated) are excluded from translation.
        - `updateTranslationMemory` UpdateTranslationMemorySettings
          - `segmentsConfirmationLevels` string[], required — Default values are: [`translated`, `approvedTranslation`, `approvedSignOff`].
          - `targetSegmentsDifferOption` 'addNew' | 'overwrite' | 'keepMostRecent' | 'leaveUnchanged' | 'merge', required — Options: - `merge`: replace (update) only the TU (from which a match was retrieved for the edited TU) with the latest available translation AND keep the other duplicates as they are. Use this option to have multiple translations for the same source together with Multiple Translation Penalty = 0. - `addNew`: add translations as new TUs to the TM. Specify the status of the TUs (which will be added) under Segment status. This means that the existing TUs in the TM are not overwritten. - `overwriteExisting`: delete all TUs (which have the same source, all TU duplicates) and keep only the last added TU (the latest available translation). Use this option to prevent inconsistent translations. - `leaveUnchanged`: keep the existing TUs and do not add any new ones. - `keepMostRecent`: replace (update) only the most recent TU (from which a match was retrieved for the edited TU) with the latest available translation AND delete all other duplicates.
      - `verification` ProjectTemplateVerificationSettings
        - `tagVerifier` ProjectTemplateVerificationTagVerifierSettings — Tag Verifier Settings, are detailed in section 10.d
          - `enabled` boolean, required
          - `checkAddedTags` boolean — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `addedTagsSeverity` 'error' | 'warning' | 'note'
          - `checkDeletedTags` boolean — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `deletedTagsSeverity` 'error' | 'warning' | 'note'
          - `checkTagOrderChanged` boolean — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `tagOrderChangedSeverity` 'error' | 'warning' | 'note'
          - `checkSpacingAroundTags` boolean — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `spaceAroundTagsSeverity` 'error' | 'warning' | 'note'
          - `ignoreFormattingTags` boolean — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `ignoreLockedSegments` boolean — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `ignoreDifferenceBetweenNormalAndNonBreakingSpace` boolean — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
        - `qaChecker` ProjectTemplateVerificationQaCheckerSettings — QA Checker Settings, are detailed in section 10.e
          - `enabled` boolean, required
          - `allLanguages` ProjectTemplateVerificationQaCheckerAllLanguages
            - `segmentsVerification` ProjectTemplateVerificationQaCheckerSegmentsVerification
              - …
            - `segmentsToExclude` ProjectTemplateVerificationQaCheckerSegmentsToExclude
              - …
            - `inconsistencies` ProjectTemplateVerificationQaCheckerInconsistencies
              - …
            - `punctuation` ProjectTemplateVerificationQaCheckerPunctuation
              - …
            - `numbers` ProjectTemplateVerificationQaCheckerNumbers
              - …
            - `wordList` ProjectTemplateVerificationQaCheckerWordList
              - …
            - `regularExpressions` ProjectTemplateVerificationQaCheckerRegularExpressions
              - …
            - `trademarkCheck` ProjectTemplateVerificationQaCheckerTrademarkCheck
              - …
            - `lengthVerification` ProjectTemplateVerificationQaCheckerLengthVerification
              - …
          - `perTargetLanguage` ProjectTemplateVerificationQaCheckerPerTargetLanguage[]
            - `targetLanguage` Language, required — The language object.
              - …
            - `punctuation` ProjectTemplateVerificationQaCheckerPunctuation
              - …
            - `numbers` ProjectTemplateVerificationQaCheckerNumbers
              - …
            - `wordList` ProjectTemplateVerificationQaCheckerWordList
              - …
            - `regularExpressions` ProjectTemplateVerificationQaCheckerRegularExpressions
              - …
      - `qualityManagement` ProjectTemplateQualityManagementSettingsResponse
        - `tqaProfile` TqaProfile — As a project manager, you choose a TQA configuration and use it to automatically assess the quality of a translation document. The TQA configuration specifies: - Categories and subcategories that reviewers will use to classify the translation issues in a document. - Severities to define custom metrics you want to use to assess translation quality. - Score to measure the importance of each category or subcategory of an issue. - Pass/Fail Threshold to define the maximum number of penalty points admitted before failing the translation document.
          - `id` string, required — The identifier of the TQA profile.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the TQA Profile.</div>
          - `description` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The TQA Profile description.</div>
          - `location` FolderV2 — Folder used for resource storage.
            - `id` string, required — The folder identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
            - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
            - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
              - …
          - `passFailThreshold` TqaProfilePassFailThreshold — Pass/Fail Threshold is used to define the maximum number of penalty points admitted before failing the translation document.
            - `points` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The penalty points.</div>
            - `quantity` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The quantity against which the points are measured.</div>
            - `scope` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Words or characters.</div>
          - `categories` TqaProfileCategory[] — Categories and subcategories are assessment options that reviewers can use to classify any translation-related issue that they find in a file.
            - `id` string — The category identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The category name.</div>
            - `description` string — The category description.
            - `abbreviation` string — The category abbreviation.
          - `severities` TqaProfileSeverity[] — Severities are custom metrics that reviewers can use to measure the importance of any translation-related issues that they find in a file.
            - `id` string — The severity identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The severity name.</div>
            - `type` string — The severity type.
          - `scores` TqaProfileScore[] — The TQA scoring indicates whether translations pass or fail the acceptance threshold.
            - `category` TqaProfileCategory
              - …
            - `severity` TqaProfileSeverity — Severities are custom metrics that reviewers can use to measure the importance of any translation-related issues that they find in a file.
              - …
            - `penalty` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The associated penalty for this score's category and severity.</div>
          - `path` Folder[]
            - `id` string, required — The folder identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
            - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
            - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
              - …
      - `termbaseSettings` ProjectTemplateTermbaseSettingsResponse
        - `general` ProjectTemplateTermbaseGeneralSettings
          - `showRecognizedTermsWithNoTranslation` boolean
          - `enableRecognitionOfTwoLetterTerms` boolean
          - `allowOverlappingTerms` boolean
          - `minimumScore` number
          - `termLength` number
      - `translationMemorySettings` ProjectTemplateTranslationMemorySettingsResponse — Translation Memory settings
        - `penalties` ProjectTemplateTMPenalties — Translation Memory Penalties
          - `standardPenalties` ProjectTemplateTMStandardPenalties — Translation Memory Standard Penalties
            - `missingFormatting` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `differentFormatting` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `multipleTranslations` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `autoLocalization` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `textReplacement` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `alignment` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `characterWidthDifference` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `translationUnitStatusPenalties` ProjectTemplateTMTranslationUnitStatusPenalties — Translation Memory Translation Unit Status Penalties
            - `translated` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `rejectedTranslation` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `approvedTranslation` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `rejectedSignOff` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `approvedSignOff` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `notTranslated` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `draft` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
        - `filters` TranslationMemorySettingsFiltersResponse
          - `hardFilter` TranslationMemorySettingsHardFilterResponse — Hard filter configuration for Translation Memory matching.
            - `expression` string, required — The filter expression is a set of atomic expressions connected by logical operators. An atomic expression describes the relationship of a field to a value.
            - `fields` TranslationMemorySettingsFilterFieldResponse[]
              - …
        - `updateTranslationMemoryFields` TranslationMemorySettingsUpdateFieldResponse[]
          - `fieldId` string, required — The field identifier. For system fields, use system field names. For custom fields, use the custom field identifier.
          - `fieldTemplateId` string, required — `system` or identifier of the custom field template
          - `fieldTemplateName` string, required — The name of the field template.
          - `name` string, required — The field name. For system fields, identical to fieldId. For custom fields, use the custom field name.
          - `type` 'singleString' | 'multipleString' | 'singlePicklist' | 'multiplePicklist' | 'dateTime' | 'integer', required — Type of the field.
          - `allowedValues` object[] — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Available values for picklist fields. Only present for singlePicklist and multiplePicklist field types.</div>
            - `id` string, required — The unique identifier of the allowed value.
            - `name` string, required — The display name of the allowed value.
          - `values` string[] — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The actual values assigned to this field.</div>
    - `lastModifiedAt` string, date-time — The date and time when the project template was modified. <br> UTC Timezone <br> Allowed formats: <br> "YYYY-MM-DDThh:mmZ" <br> "YYYY-MM-DDThh:mm:ssZ" <br> "YYYY-MM-DDThh:mm:ss.sZ" <br> "YYYY-MM-DDThh:mm:ss.ssZ" <br> "YYYY-MM-DDThh:mm:ss.sss
  - `translationEngine` TranslationEngine — Translation Engine resource. (Not available for List Projects endpoint)
    - `id` string, required — The translation engine identifier.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The translation engine name.</div>
    - `description` string
    - `location` FolderV2 — Folder used for resource storage.
      - `id` string, required — The folder identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
      - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
      - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
        - `id` string, required — The folder identifier.
        - `name` string, required — The name of the folder.
        - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
        - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
    - `definition` TranslationEngineDefinition — The definition of a translation engine.
      - `languageProcessingRuleId` string, required
      - `languagePairDefinitions` TranslationEngineDefinitionLanguagePair[]
        - `languagePair` LanguagePair, required
          - `source` string, required — Language code. ex: "en-US", de-DE".
          - `target` string, required — Language code. ex: "en-US", de-DE".
        - `resources` LanguagePairResource[], required
          - `id` string, required — The identifier of the Translation Memory, Termbase, Machine Translation or LLM.
          - `systemId` string — Required only for neural Machine Translation resources.
          - `type` 'TM' | 'MT' | 'TB' | 'LLM', required — The resource type.
          - `penalty` integer — Only for TM
          - `lookup` boolean — Only for TM, TB
          - `concordance` boolean — Only for TM
          - `update` boolean — Only for TM, TB
          - `generativeTranslation` boolean — Only for LLM
          - `smartReview` boolean — Only for LLM
        - `adjacentLanguagePairs` LanguagePair[]
          - `source` string, required — Language code. ex: "en-US", de-DE".
          - `target` string, required — Language code. ex: "en-US", de-DE".
      - `sequence` RemoteTranslationEngineSequence — Lists of IDs for Translation Memories, Termbases, Machine Translations and Large Language Models, in order of their use
        - `tm` string[] — Translation Memories
        - `tb` string[] — Termbases
        - `mt` string[] — Machine Translations
        - `llm` string[] — Large Language Models
      - `adjacentLanguagePenalty` integer
  - `fileProcessingConfiguration` FileProcessingConfiguration — File Processing Configuration resource. (Not available for List Projects endpoint)
    - `id` string, required — The file processing configuration identifier.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The file processing configuration name.</div>
    - `location` FolderV2 — Folder used for resource storage.
      - `id` string, required — The folder identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
      - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
      - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
        - `id` string, required — The folder identifier.
        - `name` string, required — The name of the folder.
        - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
        - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
  - `pricingModel` PricingModel — Pricing Model resource. (Not available for List Projects endpoint)
    - `id` string, required — The pricing model identifier.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the Pricing Model.</div>
    - `description` string — The description of the Pricing Model.
    - `currencyCode` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The currency code (ISO 4217).</div>
    - `location` FolderV2 — Folder used for resource storage.
      - `id` string, required — The folder identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
      - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
      - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
        - `id` string, required — The folder identifier.
        - `name` string, required — The name of the folder.
        - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
        - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
    - `languageDirectionPricing` LanguageDirectionCost[] — Costs applied for languages.
      - `sourceLanguage` string, required — The source language code. For example: "en-US", "de-DE".
      - `targetLanguage` string, required — The target language code. For example: "en-US", "de-DE".
      - `contextMatch` number — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The price of context matches.
      - `exactMatch` number — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"> The price of exact matches.
      - `new` number — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The price of new matches.
      - `perfectMatch` number — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The price of PerfectMatches.
      - `repetition` number — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The price of repetition matches.
      - `machineTranslation` number — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"> The price of machine translation matches.
      - `pricingUnit` 'words' | 'characters'
      - `fuzzyMatches` FuzzyMatch[] — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">
        - `price` number, required — Fuzzy match price for the range expressed in the category field.
        - `category` FuzzyMatchCategory, required — Fuzzy match category range.
          - `minimumMatchValue` integer, nullable, required — Minimum matching value of this range.
          - `maximumMatchValue` integer, nullable, required — Maximum matching value of this range.
      - `additionalCosts` LanguageCost[] — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">
        - `name` string, required — The name of the additional cost.
        - `type` 'volume' | 'hourly' | 'percentage' | 'perPage' | 'conditional' | 'adhoc' | 'adhocVolume', required
        - `index` number, required — The number of the additional cost.
        - `costPerUnit` number, required — The cost of a unit.
        - `unitCount` number, required — The number of units for which a cost is applied.
        - `volumeUnitType` 'words' | 'characters' | 'custom'
        - `conditionalCostType` 'absolute' | 'relative' | 'percentage'
        - `costOperator` 'less' | 'lessOrEqual' | 'greater' | 'greaterOrEqual'
        - `costVariable` 'wordCount' | 'runningTotal'
        - `operand` number — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Operand of the Conditional type cost.
        - `serviceTypes` string[] — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div> Array of Service Type identifiers where this additional cost is applied.
        - `customUnitName` string — The name of the custom unit.
    - `additionalCosts` ProjectCost[] — Additional costs applied at project level.
      - `name` string, required — The name of the additional cost.
      - `type` 'volume' | 'perTargetLanguage' | 'perFile' | 'hourly' | 'percentage' | 'perPage' | 'conditional' | 'adhoc' | 'adhocVolume', required
      - `index` number, required — The number of the additional cost.
      - `costPerUnit` number, required — The cost of a unit.
      - `unitCount` number, required — The number of units for which a cost is applied.
      - `volumeUnitType` 'words' | 'characters' | 'custom'
      - `conditionalCostType` 'absolute' | 'relative' | 'percentage'
      - `costOperator` 'less' | 'lessOrEqual' | 'greater' | 'greaterOrEqual'
      - `costVariable` 'wordCount' | 'runningTotal'
      - `operand` number — Operand of the Conditional type cost.
      - `serviceTypes` string[] — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div> Array of Service Type identifiers where this additional cost is applied.
      - `customUnitName` string — The name of the custom unit.
  - `workflow` Workflow — The steps a project goes through. (Not available for List Projects endpoint)
    - `id` string, required — The workflow identifier.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The workflow name.</div>
    - `description` string — The workflow description.
    - `location` Folder — Folder used for resource storage.
      - `id` string, required — The folder identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
      - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
      - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
        - `id` string, required — The folder identifier.
        - `name` string, required — The name of the folder.
        - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
        - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
    - `workflowTemplate` WorkflowTemplate
      - `id` string, required — The workflow template identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The workflow template name.</div>
      - `description` string — The workflow template description.
      - `taskTemplates` WorkflowTaskTemplate[]
        - `id` string, required — The workflow task template identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The workflow task template name.</div>
        - `apiInternalId` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Unique identifier of workflow task templates </div>
        - `description` string
        - `canSkip` boolean, nullable
        - `requiresAssignment` boolean, nullable
        - `taskType` TaskType — Task type.
          - `id` string, required
          - `key` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Identifier key for the task.</div>
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `apiInternalId` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"> Unique identifier of custom task types set in the workflow. If no custom id is set, it will return the default identifier for the custom task type.
          - `description` string
          - `automatic` boolean, nullable — This indicates whether the task is automatic or human.
          - `scope` 'file' | 'targetLanguage' | 'batch' | 'vendorOrder' | 'task', nullable — The resource type scope for the task.
          - `outcomes` TaskTypeOutcome[]
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `description` string
            - `default` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `configurationDefinitions` TaskTypeConfigurationDefinition[] — Defines the configurable options available for this task type. Each entry describes one configuration option including its data type, default value, allowed values and constraints.
            - `id` string, required — The identifier for the configuration option (e.g. `FORCE_CLOSE_MAX_AGE`).
            - `name` string, required — Human-readable name for the configuration option.
            - `description` string — Explanation of what this configuration option controls.
            - `dataType` 'integer' | 'boolean' | 'string', required — The data type of the configuration value.
            - `optional` boolean, required — Whether this configuration option is optional. If `false`, a value must always be supplied.
            - `defaultValue` object, nullable — The default value applied when no value is explicitly set. The type matches `dataType`. May be `null` when no default is defined.
            - `options` string[], nullable — Enumerated list of accepted string values. Present only when `dataType` is `string` and the value is restricted to a fixed set. `null` when any value is allowed.
            - `constraints` TaskTypeConfigurationConstraint[] — Validation constraints applied to the value (e.g. minimum/maximum for numeric types).
              - …
          - `location` FolderV2 — Folder used for resource storage.
            - `id` string, required — The folder identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
            - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
            - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
              - …
        - `phase` WorkflowPhase — A set of workflow steps which work together towards a localization outcome.
          - `id` string, required — The phase identfier.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The phase name.</div>
      - `phases` WorkflowPhase[]
        - `id` string, required — The phase identfier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The phase name.</div>
      - `transitions` WorkflowTemplateTransition[]
        - `from` WorkflowTemplateTransitionNode
          - `type` 'taskTemplate' | 'start' | 'end' — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `taskTemplate` WorkflowTaskTemplate
            - `id` string, required — The workflow task template identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The workflow task template name.</div>
            - `apiInternalId` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Unique identifier of workflow task templates </div>
            - `description` string
            - `canSkip` boolean, nullable
            - `requiresAssignment` boolean, nullable
            - `taskType` TaskType — Task type.
              - …
            - `phase` WorkflowPhase — A set of workflow steps which work together towards a localization outcome.
              - …
        - `to` WorkflowTemplateTransitionNode
          - `type` 'taskTemplate' | 'start' | 'end' — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `taskTemplate` WorkflowTaskTemplate
            - `id` string, required — The workflow task template identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The workflow task template name.</div>
            - `apiInternalId` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Unique identifier of workflow task templates </div>
            - `description` string
            - `canSkip` boolean, nullable
            - `requiresAssignment` boolean, nullable
            - `taskType` TaskType — Task type.
              - …
            - `phase` WorkflowPhase — A set of workflow steps which work together towards a localization outcome.
              - …
        - `condition` WorkflowTemplateTransitionCondition
          - `type` 'outcome' | 'expression', nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `value` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
      - `configurationValues` WorkflowTaskTypeConfigValue[] — The task type configuration values set on this task. Each item corresponds to a configuration key defined in `taskTemplates.taskType.configurationDefinitions`.
        - `id` string, required — The configuration key identifier (e.g. `FORCE_CLOSE_MAX_AGE`, `EDITOR_MODE`, `CONCURRENT_EDITING_ENABLED`).
        - `value` object, required — The configuration value.
    - `taskConfigurations` WorkflowTaskConfiguration[]
      - `scope` TaskConfigurationScope, required
        - `type` 'global' | 'sourceLanguage' | 'targetLanguage' | 'languageDirection', required — The applicability impact of the workflow configuration: - global: used for global tasks which are not associated to a target language - sourceLanguage: changes affect only the task associated to the source language specified in **sourceLanguage** field - targetLanguage: changes affect only the task associated to the target language specified in **targetLanguage** field - languageDirection: changes affect only the task associated to the language direction specified in **languageDirection** field
        - `sourceLanguage` Language — The language object.
          - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
          - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
          - `direction` string
          - `parentLanguageCode` string
          - `defaultSpecificLanguageCode` string
          - `isNeutral` boolean, nullable
        - `targetLanguage` Language — The language object.
          - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
          - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
          - `direction` string
          - `parentLanguageCode` string
          - `defaultSpecificLanguageCode` string
          - `isNeutral` boolean, nullable
        - `languageDirection` LanguageDirectionItem
          - `id` string, required — The language direction identifier.
      - `assignees` WorkflowTaskAssignee — Task assignee. Based on the "type", further details can be retrieved. <br> For ex. for "type"="user", "user" property is available. <br> For "projectCreator" and "projectManager" no other property is available.
        - `type` 'user' | 'group' | 'vendorOrderTemplate' | 'projectCreator' | 'projectManager', required
        - `user` User — User in the account.
          - `id` string, required — User account identifier.
          - `description` string — Description of this account user. For Service account users only.
          - `email` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's email address. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's name. Retrieved only for Service users (not RWS ID users) that the authenticated entity is authorized to read.</div>
          - `firstName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's first name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
          - `lastName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's last name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
          - `anonymized` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">This shows if the authenticated entity has access to read the details of the user or not. If true, then the 'anonymizedUserName' should be retrieved.</div>
          - `anonymizedUserName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Retrieved if the authenticated entity does not have access to read the User.</div>
          - `account` Account
            - `id` string, required — The account identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The account name.</div>
          - `location` FolderV2 — Folder used for resource storage.
            - `id` string, required — The folder identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
            - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
            - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
              - …
          - `groups` Group[]
            - `id` string, required — The group identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The group name.</div>
            - `description` string — The group description.
            - `location` FolderV2 — Folder used for resource storage.
              - …
            - `users` User[]
            - `roles` Role[] — **Note**: The identifier of `Administrator` role will not be exposed publicly and a `********` placeholder will be returned on this endpoint for the role.
              - …
            - `additionalRoles` GroupAdditionalRoles[]
              - …
            - `groupType` 'default' | 'custom' | 'vendor' | 'customer' — - default : groups in the Root folder (location) provisioned by the system, automatically. Examples: Administrator, Project Manager, Engineer, Terminologist. - customer : groups provisioned by the system, automatically, for each customer location you add. Examples: Customer Requester, Customer Reviewer. - vendor : group provisioned by the system, automatically, for each vendor location you add. Examples: Vendor Project Manager. - custom : groups you can create in a location of your choice. Examples: Project Manager, Translator.
            - `metadata` unknown
          - `userType` 'user' | 'serviceUser' — The type of the account user.
          - `status` 'inactive' | 'active' | 'deleted' | 'provisioned' — Status of this account user.
          - `invitationLink` string — The user's invitation link. Retrieved only for RWS ID (formerly SDL ID) users—not service users. It is available only if the user has not yet accepted the invitation (status is `inactive`).
          - `membership` 'member' | 'collaborator' — Type of membership of this account user.
          - `metadata` unknown
        - `group` Group — Group of Users.
          - `id` string, required — The group identifier.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The group name.</div>
          - `description` string — The group description.
          - `location` FolderV2 — Folder used for resource storage.
            - `id` string, required — The folder identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
            - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
            - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
              - …
          - `users` User[]
            - `id` string, required — User account identifier.
            - `description` string — Description of this account user. For Service account users only.
            - `email` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's email address. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's name. Retrieved only for Service users (not RWS ID users) that the authenticated entity is authorized to read.</div>
            - `firstName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's first name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
            - `lastName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's last name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
            - `anonymized` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">This shows if the authenticated entity has access to read the details of the user or not. If true, then the 'anonymizedUserName' should be retrieved.</div>
            - `anonymizedUserName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Retrieved if the authenticated entity does not have access to read the User.</div>
            - `account` Account
              - …
            - `location` FolderV2 — Folder used for resource storage.
              - …
            - `groups` Group[]
            - `userType` 'user' | 'serviceUser' — The type of the account user.
            - `status` 'inactive' | 'active' | 'deleted' | 'provisioned' — Status of this account user.
            - `invitationLink` string — The user's invitation link. Retrieved only for RWS ID (formerly SDL ID) users—not service users. It is available only if the user has not yet accepted the invitation (status is `inactive`).
            - `membership` 'member' | 'collaborator' — Type of membership of this account user.
            - `metadata` unknown
          - `roles` Role[] — **Note**: The identifier of `Administrator` role will not be exposed publicly and a `********` placeholder will be returned on this endpoint for the role.
            - `id` string, required — The identifier of the role.
            - `type` 'provisioned' | 'custom', required — The role type.
            - `name` string, required — Name of the role.
            - `description` string — Description of the role.
            - `permissions` Permission[] — List of permissions associated with role.
              - …
          - `additionalRoles` GroupAdditionalRoles[]
            - `location` FolderV2, required — Folder used for resource storage.
              - …
            - `roles` Role[], required
              - …
          - `groupType` 'default' | 'custom' | 'vendor' | 'customer' — - default : groups in the Root folder (location) provisioned by the system, automatically. Examples: Administrator, Project Manager, Engineer, Terminologist. - customer : groups provisioned by the system, automatically, for each customer location you add. Examples: Customer Requester, Customer Reviewer. - vendor : group provisioned by the system, automatically, for each vendor location you add. Examples: Vendor Project Manager. - custom : groups you can create in a location of your choice. Examples: Project Manager, Translator.
          - `metadata` unknown
        - `vendorOrderTemplate` VendorOrderTemplate — The vendor order template.
          - `id` string, required
      - `isSkipped` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
      - `taskTemplate` WorkflowTaskTemplate, required
        - `id` string, required — The workflow task template identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The workflow task template name.</div>
        - `apiInternalId` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Unique identifier of workflow task templates </div>
        - `description` string
        - `canSkip` boolean, nullable
        - `requiresAssignment` boolean, nullable
        - `taskType` TaskType — Task type.
          - `id` string, required
          - `key` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Identifier key for the task.</div>
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `apiInternalId` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"> Unique identifier of custom task types set in the workflow. If no custom id is set, it will return the default identifier for the custom task type.
          - `description` string
          - `automatic` boolean, nullable — This indicates whether the task is automatic or human.
          - `scope` 'file' | 'targetLanguage' | 'batch' | 'vendorOrder' | 'task', nullable — The resource type scope for the task.
          - `outcomes` TaskTypeOutcome[]
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `description` string
            - `default` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `configurationDefinitions` TaskTypeConfigurationDefinition[] — Defines the configurable options available for this task type. Each entry describes one configuration option including its data type, default value, allowed values and constraints.
            - `id` string, required — The identifier for the configuration option (e.g. `FORCE_CLOSE_MAX_AGE`).
            - `name` string, required — Human-readable name for the configuration option.
            - `description` string — Explanation of what this configuration option controls.
            - `dataType` 'integer' | 'boolean' | 'string', required — The data type of the configuration value.
            - `optional` boolean, required — Whether this configuration option is optional. If `false`, a value must always be supplied.
            - `defaultValue` object, nullable — The default value applied when no value is explicitly set. The type matches `dataType`. May be `null` when no default is defined.
            - `options` string[], nullable — Enumerated list of accepted string values. Present only when `dataType` is `string` and the value is restricted to a fixed set. `null` when any value is allowed.
            - `constraints` TaskTypeConfigurationConstraint[] — Validation constraints applied to the value (e.g. minimum/maximum for numeric types).
              - …
          - `location` FolderV2 — Folder used for resource storage.
            - `id` string, required — The folder identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
            - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
            - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
              - …
        - `phase` WorkflowPhase — A set of workflow steps which work together towards a localization outcome.
          - `id` string, required — The phase identfier.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The phase name.</div>
      - `configurationValues` WorkflowTaskTypeConfigValue[] — The task type configuration values set on this workflow task. Each item corresponds to a configuration key defined in `taskTemplate.taskType.configurationDefinitions`.
        - `id` string, required — The configuration key identifier (e.g. `FORCE_CLOSE_MAX_AGE`, `EDITOR_MODE`, `CONCURRENT_EDITING_ENABLED`).
        - `value` object, required — The configuration value.
    - `languageDirections` LanguageDirectionNoStatistics[]
      - `id` string, required — The language direction identifier.
      - `sourceLanguage` Language, required — The language object.
        - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
        - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
        - `direction` string
        - `parentLanguageCode` string
        - `defaultSpecificLanguageCode` string
        - `isNeutral` boolean, nullable
      - `targetLanguage` Language, required — The language object.
        - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
        - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
        - `direction` string
        - `parentLanguageCode` string
        - `defaultSpecificLanguageCode` string
        - `isNeutral` boolean, nullable
  - `projectPlan` ProjectPlan — The configurations of the tasks that will be created in the future. Available now directly after project creation, project does not need to be started to be populated. (Not available for List Projects endpoint)
    - `taskConfigurations` ProjectPlanTaskConfiguration[]
      - `taskTemplate` WorkflowTaskTemplate, required
        - `id` string, required — The workflow task template identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The workflow task template name.</div>
        - `apiInternalId` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Unique identifier of workflow task templates </div>
        - `description` string
        - `canSkip` boolean, nullable
        - `requiresAssignment` boolean, nullable
        - `taskType` TaskType — Task type.
          - `id` string, required
          - `key` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Identifier key for the task.</div>
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `apiInternalId` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"> Unique identifier of custom task types set in the workflow. If no custom id is set, it will return the default identifier for the custom task type.
          - `description` string
          - `automatic` boolean, nullable — This indicates whether the task is automatic or human.
          - `scope` 'file' | 'targetLanguage' | 'batch' | 'vendorOrder' | 'task', nullable — The resource type scope for the task.
          - `outcomes` TaskTypeOutcome[]
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
            - `description` string
            - `default` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
          - `configurationDefinitions` TaskTypeConfigurationDefinition[] — Defines the configurable options available for this task type. Each entry describes one configuration option including its data type, default value, allowed values and constraints.
            - `id` string, required — The identifier for the configuration option (e.g. `FORCE_CLOSE_MAX_AGE`).
            - `name` string, required — Human-readable name for the configuration option.
            - `description` string — Explanation of what this configuration option controls.
            - `dataType` 'integer' | 'boolean' | 'string', required — The data type of the configuration value.
            - `optional` boolean, required — Whether this configuration option is optional. If `false`, a value must always be supplied.
            - `defaultValue` object, nullable — The default value applied when no value is explicitly set. The type matches `dataType`. May be `null` when no default is defined.
            - `options` string[], nullable — Enumerated list of accepted string values. Present only when `dataType` is `string` and the value is restricted to a fixed set. `null` when any value is allowed.
            - `constraints` TaskTypeConfigurationConstraint[] — Validation constraints applied to the value (e.g. minimum/maximum for numeric types).
              - …
          - `location` FolderV2 — Folder used for resource storage.
            - `id` string, required — The folder identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
            - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
            - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
              - …
        - `phase` WorkflowPhase — A set of workflow steps which work together towards a localization outcome.
          - `id` string, required — The phase identfier.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The phase name.</div>
      - `scope` TaskConfigurationScope, required
        - `type` 'global' | 'sourceLanguage' | 'targetLanguage' | 'languageDirection', required — The applicability impact of the workflow configuration: - global: used for global tasks which are not associated to a target language - sourceLanguage: changes affect only the task associated to the source language specified in **sourceLanguage** field - targetLanguage: changes affect only the task associated to the target language specified in **targetLanguage** field - languageDirection: changes affect only the task associated to the language direction specified in **languageDirection** field
        - `sourceLanguage` Language — The language object.
          - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
          - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
          - `direction` string
          - `parentLanguageCode` string
          - `defaultSpecificLanguageCode` string
          - `isNeutral` boolean, nullable
        - `targetLanguage` Language — The language object.
          - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
          - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
          - `direction` string
          - `parentLanguageCode` string
          - `defaultSpecificLanguageCode` string
          - `isNeutral` boolean, nullable
        - `languageDirection` LanguageDirectionItem
          - `id` string, required — The language direction identifier.
      - `assignees` WorkflowTaskAssignee[]
        - `type` 'user' | 'group' | 'vendorOrderTemplate' | 'projectCreator' | 'projectManager', required
        - `user` User — User in the account.
          - `id` string, required — User account identifier.
          - `description` string — Description of this account user. For Service account users only.
          - `email` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's email address. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's name. Retrieved only for Service users (not RWS ID users) that the authenticated entity is authorized to read.</div>
          - `firstName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's first name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
          - `lastName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's last name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
          - `anonymized` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">This shows if the authenticated entity has access to read the details of the user or not. If true, then the 'anonymizedUserName' should be retrieved.</div>
          - `anonymizedUserName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Retrieved if the authenticated entity does not have access to read the User.</div>
          - `account` Account
            - `id` string, required — The account identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The account name.</div>
          - `location` FolderV2 — Folder used for resource storage.
            - `id` string, required — The folder identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
            - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
            - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
              - …
          - `groups` Group[]
            - `id` string, required — The group identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The group name.</div>
            - `description` string — The group description.
            - `location` FolderV2 — Folder used for resource storage.
              - …
            - `users` User[]
            - `roles` Role[] — **Note**: The identifier of `Administrator` role will not be exposed publicly and a `********` placeholder will be returned on this endpoint for the role.
              - …
            - `additionalRoles` GroupAdditionalRoles[]
              - …
            - `groupType` 'default' | 'custom' | 'vendor' | 'customer' — - default : groups in the Root folder (location) provisioned by the system, automatically. Examples: Administrator, Project Manager, Engineer, Terminologist. - customer : groups provisioned by the system, automatically, for each customer location you add. Examples: Customer Requester, Customer Reviewer. - vendor : group provisioned by the system, automatically, for each vendor location you add. Examples: Vendor Project Manager. - custom : groups you can create in a location of your choice. Examples: Project Manager, Translator.
            - `metadata` unknown
          - `userType` 'user' | 'serviceUser' — The type of the account user.
          - `status` 'inactive' | 'active' | 'deleted' | 'provisioned' — Status of this account user.
          - `invitationLink` string — The user's invitation link. Retrieved only for RWS ID (formerly SDL ID) users—not service users. It is available only if the user has not yet accepted the invitation (status is `inactive`).
          - `membership` 'member' | 'collaborator' — Type of membership of this account user.
          - `metadata` unknown
        - `group` Group — Group of Users.
          - `id` string, required — The group identifier.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The group name.</div>
          - `description` string — The group description.
          - `location` FolderV2 — Folder used for resource storage.
            - `id` string, required — The folder identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
            - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
            - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
              - …
          - `users` User[]
            - `id` string, required — User account identifier.
            - `description` string — Description of this account user. For Service account users only.
            - `email` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's email address. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's name. Retrieved only for Service users (not RWS ID users) that the authenticated entity is authorized to read.</div>
            - `firstName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's first name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
            - `lastName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's last name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
            - `anonymized` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">This shows if the authenticated entity has access to read the details of the user or not. If true, then the 'anonymizedUserName' should be retrieved.</div>
            - `anonymizedUserName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Retrieved if the authenticated entity does not have access to read the User.</div>
            - `account` Account
              - …
            - `location` FolderV2 — Folder used for resource storage.
              - …
            - `groups` Group[]
            - `userType` 'user' | 'serviceUser' — The type of the account user.
            - `status` 'inactive' | 'active' | 'deleted' | 'provisioned' — Status of this account user.
            - `invitationLink` string — The user's invitation link. Retrieved only for RWS ID (formerly SDL ID) users—not service users. It is available only if the user has not yet accepted the invitation (status is `inactive`).
            - `membership` 'member' | 'collaborator' — Type of membership of this account user.
            - `metadata` unknown
          - `roles` Role[] — **Note**: The identifier of `Administrator` role will not be exposed publicly and a `********` placeholder will be returned on this endpoint for the role.
            - `id` string, required — The identifier of the role.
            - `type` 'provisioned' | 'custom', required — The role type.
            - `name` string, required — Name of the role.
            - `description` string — Description of the role.
            - `permissions` Permission[] — List of permissions associated with role.
              - …
          - `additionalRoles` GroupAdditionalRoles[]
            - `location` FolderV2, required — Folder used for resource storage.
              - …
            - `roles` Role[], required
              - …
          - `groupType` 'default' | 'custom' | 'vendor' | 'customer' — - default : groups in the Root folder (location) provisioned by the system, automatically. Examples: Administrator, Project Manager, Engineer, Terminologist. - customer : groups provisioned by the system, automatically, for each customer location you add. Examples: Customer Requester, Customer Reviewer. - vendor : group provisioned by the system, automatically, for each vendor location you add. Examples: Vendor Project Manager. - custom : groups you can create in a location of your choice. Examples: Project Manager, Translator.
          - `metadata` unknown
        - `vendorOrderTemplate` VendorOrderTemplate — The vendor order template.
          - `id` string, required
      - `isSkipped` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Specifies if the task will be skipped.</div>
      - `dueBy` string, date-time, nullable — The due date of the future task. <br> UTC Timezone <br> Allowed formats: <br> "YYYY-MM-DDThh:mmZ" <br> "YYYY-MM-DDThh:mm:ssZ" <br> "YYYY-MM-DDThh:mm:ss.sZ" <br> "YYYY-MM-DDThh:mm:ss.ssZ" <br> "YYYY-MM-DDThh:mm:ss.sssZ"
      - `configurationValues` WorkflowTaskTypeConfigValue[] — The task type configuration values set on this task. Each item corresponds to a configuration key defined in `taskTemplate.taskType.configurationDefinitions`.
        - `id` string, required — The configuration key identifier (e.g. `FORCE_CLOSE_MAX_AGE`, `EDITOR_MODE`, `CONCURRENT_EDITING_ENABLED`).
        - `value` object, required — The configuration value.
  - `analytics` Analytics — Project analytics.
    - `progress` AnalyticsProgress — Overall progress.
      - `overall` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The overall progress.</div>
    - `overdueStatistics` AnalyticsOverdueStatistics — Statistics on overdue work.
      - `overdueTasks` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The number of overdue tasks.</div>
      - `dueDateCloseTasks` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The number of tasks closed after the due date.</div>
    - `sourceFileStatistics` AnalyticsSourceFileStatistics[]
      - `role` 'translatable' | 'reference' | 'localizable' | 'unknown', nullable
      - `count` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The file count.</div>
    - `workloadStatistics` AnalyticsWorkloadStatistics — Statistics on workload progress.
      - `completed` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
      - `total` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
    - `taskTypeStatistics` AnalyticsTaskTypeStatistics[]
      - `id` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
      - `key` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
      - `total` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
      - `current` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
      - `completed` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
      - `error` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
    - `phaseStatistics` AnalyticsPhaseStatistics[]
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
      - `total` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
      - `completed` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;"></div>
  - `analysisStatistics` AnalysisStatistics
    - `exactMatch` Count — Statistics count.
      - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
      - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
      - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
      - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
      - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
    - `inContextExactMatch` Count — Statistics count.
      - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
      - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
      - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
      - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
      - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
    - `perfectMatch` Count — Statistics count.
      - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
      - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
      - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
      - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
      - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
    - `new` Count — Statistics count.
      - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
      - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
      - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
      - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
      - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
    - `repetitions` Count — Statistics count.
      - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
      - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
      - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
      - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
      - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
    - `crossDocumentRepetitions` Count — Statistics count.
      - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
      - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
      - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
      - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
      - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
    - `machineTranslation` Count — Statistics count.
      - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
      - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
      - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
      - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
      - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
    - `locked` Count — Statistics count.
      - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
      - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
      - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
      - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
      - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
    - `fuzzyMatch` FuzzyCount[] — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Statistics count.</div>
      - `count` Count — Statistics count.
        - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
        - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
        - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
        - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
        - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
      - `category` FuzzyCategory — Fuzzy category range. Example of Fuzzy bands: 100-100%, 95-99%, 85-94%, 75-84%, 50-74%.
        - `minimum` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The minimum of the range.</div>
        - `maximum` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The maximum of the range.</div>
    - `total` Count — Statistics count.
      - `words` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of words.</div>
      - `segments` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of segments.</div>
      - `characters` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of characters.</div>
      - `placeables` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of placeables.</div>
      - `tags` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Number of tags.</div>
  - `quote` Quote — Project quote.
    - `totalAmount` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Total translation fee.</div>
    - `currencyCode` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The currency code (ISO 4217).</div>
    - `translationCosts` QuoteTranslationCost[]
      - `total` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The total cost for the current target language.</div>
      - `targetLanguage` Language — The language object.
        - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
        - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
        - `direction` string
        - `parentLanguageCode` string
        - `defaultSpecificLanguageCode` string
        - `isNeutral` boolean, nullable
      - `exactMatch` TranslationCostItem
        - `count` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The total number of units.</div>
        - `rate` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The cost of a unit.</div>
        - `total` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The total cost for the current item.</div>
        - `runningTotal` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The sum of all the previously computed costs.</div>
      - `inContextExactMatch` TranslationCostItem
        - `count` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The total number of units.</div>
        - `rate` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The cost of a unit.</div>
        - `total` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The total cost for the current item.</div>
        - `runningTotal` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The sum of all the previously computed costs.</div>
      - `new` TranslationCostItem
        - `count` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The total number of units.</div>
        - `rate` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The cost of a unit.</div>
        - `total` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The total cost for the current item.</div>
        - `runningTotal` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The sum of all the previously computed costs.</div>
      - `perfectMatch` TranslationCostItem
        - `count` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The total number of units.</div>
        - `rate` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The cost of a unit.</div>
        - `total` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The total cost for the current item.</div>
        - `runningTotal` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The sum of all the previously computed costs.</div>
      - `repetitions` TranslationCostItem
        - `count` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The total number of units.</div>
        - `rate` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The cost of a unit.</div>
        - `total` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The total cost for the current item.</div>
        - `runningTotal` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The sum of all the previously computed costs.</div>
      - `machineTranslation` TranslationCostItem
        - `count` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The total number of units.</div>
        - `rate` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The cost of a unit.</div>
        - `total` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The total cost for the current item.</div>
        - `runningTotal` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The sum of all the previously computed costs.</div>
      - `fuzzyMatch` TranslationCostFuzzyItem[]
        - `count` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The total number of units.</div>
        - `rate` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The cost of a unit.</div>
        - `total` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The total cost for the current item.</div>
        - `runningTotal` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The sum of all the previously computed costs.</div>
        - `fuzzyCategory` FuzzyCategory — Fuzzy category range. Example of Fuzzy bands: 100-100%, 95-99%, 85-94%, 75-84%, 50-74%.
          - `minimum` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The minimum of the range.</div>
          - `maximum` integer, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The maximum of the range.</div>
      - `runningTotal` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The sum of all the previously computed costs.</div>
    - `languageCosts` QuoteLanguageCost[]
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the additional cost.</div>
      - `count` number, nullable — The number of units used to compute the total. Used only for 'volume', 'hourly', 'perPage' and 'percentage' cost types.
      - `total` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The computed cost.</div>
      - `cost` number, nullable — The cost of a unit.
      - `costType` 'volume' | 'hourly' | 'percentage' | 'perPage' | 'conditional' | 'adhoc' | 'adhocVolume'
      - `volumeUnitType` 'words' | 'characters' | 'custom'
      - `targetLanguage` Language — The language object.
        - `languageCode` string, required — Language code. ex: "en-US", "de-DE".
        - `englishName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Human readable name.</div>
        - `direction` string
        - `parentLanguageCode` string
        - `defaultSpecificLanguageCode` string
        - `isNeutral` boolean, nullable
      - `costOrder` integer, nullable — Indicates the order in which the additional cost is computed.
      - `conditionalCostType` 'absolute' | 'relative' | 'percentage'
      - `conditionalCostOperator` 'less' | 'lessOrEqual' | 'greater' | 'greaterOrEqual'
      - `conditionalCostVariable` 'wordCount' | 'runningTotal'
      - `conditionalCostThreshold` number, nullable — The value that is evaluated against the 'costVariable' based on the 'costOperator'.
      - `runningTotal` number, nullable — The sum of all the previously computed costs.
      - `customUnitName` string — The name of the custom unit.
    - `additionalCosts` QuoteAdditionalCost[]
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the additional cost.</div>
      - `count` number, nullable — The number of units used to compute the total. Used only for 'volume', 'hourly', 'perPage' and 'percentage' cost types.
      - `total` number, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The computed cost.</div>
      - `cost` number, nullable — The cost of a unit.
      - `costType` 'volume' | 'perTargetLanguage' | 'perFile' | 'hourly' | 'percentage' | 'perPage' | 'conditional' | 'adhoc' | 'adhocVolume'
      - `volumeUnitType` 'words' | 'characters' | 'custom'
      - `costOrder` integer, nullable — Indicates the order in which the additional cost is computed.
      - `conditionalCostType` 'absolute' | 'relative' | 'percentage'
      - `conditionalCostOperator` 'less' | 'lessOrEqual' | 'greater' | 'greaterOrEqual'
      - `conditionalCostVariable` 'wordCount' | 'runningTotal'
      - `conditionalCostThreshold` number, nullable — The value that is evaluated against the 'costVariable' based on the 'costOperator'.
      - `runningTotal` number, nullable — The sum of all the previously computed costs.
      - `customUnitName` string — The name of the custom unit.
    - `notes` string — A message associated with the quote.
  - `customFields` CustomField[] — The Custom Fields
    - `id` string, required — Custom Field identifier.
    - `name` string — Custom Field name. (Not available for List Projects, Get Project Template and List Project Templates endpoints)
    - `key` string — Custom Field friendly key.
    - `value` object — The value of the custom property. A date will be serialized as an ISO_8601 string.
  - `tqaProfile` TqaProfile — As a project manager, you choose a TQA configuration and use it to automatically assess the quality of a translation document. The TQA configuration specifies: - Categories and subcategories that reviewers will use to classify the translation issues in a document. - Severities to define custom metrics you want to use to assess translation quality. - Score to measure the importance of each category or subcategory of an issue. - Pass/Fail Threshold to define the maximum number of penalty points admitted before failing the translation document.
    - `id` string, required — The identifier of the TQA profile.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the TQA Profile.</div>
    - `description` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The TQA Profile description.</div>
    - `location` FolderV2 — Folder used for resource storage.
      - `id` string, required — The folder identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
      - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
      - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
        - `id` string, required — The folder identifier.
        - `name` string, required — The name of the folder.
        - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
        - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
    - `passFailThreshold` TqaProfilePassFailThreshold — Pass/Fail Threshold is used to define the maximum number of penalty points admitted before failing the translation document.
      - `points` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The penalty points.</div>
      - `quantity` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The quantity against which the points are measured.</div>
      - `scope` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Words or characters.</div>
    - `categories` TqaProfileCategory[] — Categories and subcategories are assessment options that reviewers can use to classify any translation-related issue that they find in a file.
      - `id` string — The category identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The category name.</div>
      - `description` string — The category description.
      - `abbreviation` string — The category abbreviation.
    - `severities` TqaProfileSeverity[] — Severities are custom metrics that reviewers can use to measure the importance of any translation-related issues that they find in a file.
      - `id` string — The severity identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The severity name.</div>
      - `type` string — The severity type.
    - `scores` TqaProfileScore[] — The TQA scoring indicates whether translations pass or fail the acceptance threshold.
      - `category` TqaProfileCategory
        - `id` string — The category identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The category name.</div>
        - `description` string — The category description.
        - `abbreviation` string — The category abbreviation.
      - `severity` TqaProfileSeverity — Severities are custom metrics that reviewers can use to measure the importance of any translation-related issues that they find in a file.
        - `id` string — The severity identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The severity name.</div>
        - `type` string — The severity type.
      - `penalty` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The associated penalty for this score's category and severity.</div>
    - `path` Folder[]
      - `id` string, required — The folder identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
      - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
      - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
        - `id` string, required — The folder identifier.
        - `name` string, required — The name of the folder.
        - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
        - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
  - `forceOnline` boolean — This forces the project to be translated using the Trados Cloud Platform Online Editor exclusively.
  - `quoteTemplate` ProjectQuoteTemplate — Project Quote Template resource.
    - `id` string, required — The identifier of the quote template.
    - `name` string — The name of the quote template.
    - `description` string — The description of the quote template.
    - `location` FolderV2 — Folder used for resource storage.
      - `id` string, required — The folder identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
      - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
      - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
        - `id` string, required — The folder identifier.
        - `name` string, required — The name of the folder.
        - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
        - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
  - `projectGroup` ProjectGroup — Project Group resource. (Not available for List Projects endpoint)
    - `id` string, required — The project group identifier.
    - `shortId` string — The short identifier of the project group.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The project group name.</div>
    - `description` string — The project group description.
    - `status` 'new' | 'inProgress' | 'completed' | 'deleting' — The status of the projects in the project group. - `new`: the group is new created, or all projects in the group have status New - `inProgress`: at least one project in the group is in progress - `completed`: all projects in the group have status Completed - `deleting`: the group is getting deleted and the projects are removing from it
    - `projects` ProjectGroupProject[] — The projects in the project group.
      - `id` string, required — The project identifier.
      - `status` 'attaching' | 'attached' | 'detaching' | 'updating' | 'failed' — The project's status.
    - `location` FolderV2 — Folder used for resource storage.
      - `id` string, required — The folder identifier.
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
      - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
      - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
        - `id` string, required — The folder identifier.
        - `name` string, required — The name of the folder.
        - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
        - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
    - `createdAt` string, date-time — The date and time when the project group was created. <br> UTC Timezone <br> Allowed formats: <br> "YYYY-MM-DDThh:mmZ" <br> "YYYY-MM-DDThh:mm:ssZ" <br> "YYYY-MM-DDThh:mm:ss.sZ" <br> "YYYY-MM-DDThh:mm:ss.ssZ" <br> "YYYY-MM-DDThh:mm:ss.sssZ"
    - `lastModifiedAt` string, date-time — The date and time when the project group was modified. <br> UTC Timezone <br> Allowed formats: <br> "YYYY-MM-DDThh:mmZ" <br> "YYYY-MM-DDThh:mm:ssZ" <br> "YYYY-MM-DDThh:mm:ss.sZ" <br> "YYYY-MM-DDThh:mm:ss.ssZ" <br> "YYYY-MM-DDThh:mm:ss.sssZ"
  - `projectManagers` ProjectManagerResponse[]
    - `type` 'group' | 'user'
    - `user` User — User in the account.
      - `id` string, required — User account identifier.
      - `description` string — Description of this account user. For Service account users only.
      - `email` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's email address. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
      - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's name. Retrieved only for Service users (not RWS ID users) that the authenticated entity is authorized to read.</div>
      - `firstName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's first name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
      - `lastName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The user's last name. Retrieved only for RWS ID (formerly SDL ID) users (not service users) that the authenticated entity is authorized to read.</div>
      - `anonymized` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">This shows if the authenticated entity has access to read the details of the user or not. If true, then the 'anonymizedUserName' should be retrieved.</div>
      - `anonymizedUserName` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Retrieved if the authenticated entity does not have access to read the User.</div>
      - `account` Account
        - `id` string, required — The account identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The account name.</div>
      - `location` FolderV2 — Folder used for resource storage.
        - `id` string, required — The folder identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
        - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
        - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
          - `id` string, required — The folder identifier.
          - `name` string, required — The name of the folder.
          - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
          - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
      - `groups` Group[]
        - `id` string, required — The group identifier.
        - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The group name.</div>
        - `description` string — The group description.
        - `location` FolderV2 — Folder used for resource storage.
          - `id` string, required — The folder identifier.
          - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
          - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
          - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
            - `id` string, required — The folder identifier.
            - `name` string, required — The name of the folder.
            - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
            - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
        - `users` User[]
        - `roles` Role[] — **Note**: The identifier of `Administrator` role will not be exposed publicly and a `********` placeholder will be returned on this endpoint for the role.
          - `id` string, required — The identifier of the role.
          - `type` 'provisioned' | 'custom', required — The role type.
          - `name` string, required — Name of the role.
          - `description` string — Description of the role.
          - `permissions` Permission[] — List of permissions associated with role.
            - `name` string, required — Name of the permission.
            - `description` string, required — Human-readable description of the permission.
            - `category` string, required — The category a permission belongs to.
            - `entityType` PermissionEntityType, required — The entity type a permission applies to.
              - …
            - `dependsOn` string[], required — List of permission names that this permission depends on. Empty array if no dependencies.
        - `additionalRoles` GroupAdditionalRoles[]
          - `location` FolderV2, required — Folder used for resource storage.
            - `id` string, required — The folder identifier.
            - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
            - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
            - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
              - …
          - `roles` Role[], required
            - `id` string, required — The identifier of the role.
            - `type` 'provisioned' | 'custom', required — The role type.
            - `name` string, required — Name of the role.
            - `description` string — Description of the role.
            - `permissions` Permission[] — List of permissions associated with role.
              - …
        - `groupType` 'default' | 'custom' | 'vendor' | 'customer' — - default : groups in the Root folder (location) provisioned by the system, automatically. Examples: Administrator, Project Manager, Engineer, Terminologist. - customer : groups provisioned by the system, automatically, for each customer location you add. Examples: Customer Requester, Customer Reviewer. - vendor : group provisioned by the system, automatically, for each vendor location you add. Examples: Vendor Project Manager. - custom : groups you can create in a location of your choice. Examples: Project Manager, Translator.
        - `metadata` unknown
      - `userType` 'user' | 'serviceUser' — The type of the account user.
      - `status` 'inactive' | 'active' | 'deleted' | 'provisioned' — Status of this account user.
      - `invitationLink` string — The user's invitation link. Retrieved only for RWS ID (formerly SDL ID) users—not service users. It is available only if the user has not yet accepted the invitation (status is `inactive`).
      - `membership` 'member' | 'collaborator' — Type of membership of this account user.
      - `metadata` unknown
    - `group` Group — Group of Users.
- … truncated; see the full OpenAPI document linked below

## Other responses

- `400` — Error codes: * “invalid”: Invalid input in the query parameter mentioned in the “name” field on the error response. * "empty": Empty mandatory value mentioned in the "name" field on the error response. * "maxSize": Maximum size exceeded for the value mentioned in the "name" field on the error response. * "missing": Missing required field for the value mentioned in the "name" field on the error response. * "deleted": Some of the selected values were deleted and cannot be selected for some values of the "customFields" field.
- `401` — The user could not be identified.
- `403` — Error codes: "forbidden": - The authenticated user is not allowed to create the project in the specified location. - Your subscription does not include access to the requested type of benefit.
- `404` — Error codes: * "notFound": the resource could not be found by identifier.

---

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