# List translations for a template

Endpoint: GET /v2/projects/{project_id}/templates/{template_id}/translations
Version: 2.0
Security: Basic, oAuth2

## Path parameters:

  - `project_id` (string, required)
    Required. The project ID.

  - `template_id` (string, required)
    Required. The ID of the template to fetch.

## Query parameters:

  - `language_code` (string)
    Optional. The translation's language code.

  - `translation_version` (string)
    Optional. The translation's version.

## Response 200 fields (application/json):

  - `translations` (array)

  - `translations.language_code` (string, required)
    The BCP-47 language code, such as en-US or sr-Latn. For more information,
see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.

  - `translations.version` (string)
    The version of the translation.
    Example: "1"

  - `translations.channel_template_overrides` (object)
    Field to override the omnichannel template by referring to a channel-specific template.
The key in the map must point to a valid conversation channel.
Currently only WHATSAPP and KAKAOTALK are supported

  - `translations.variables` (array)
    List of expected variables. Can be used for request validation.

  - `translations.variables.key` (string)

  - `translations.variables.preview_value` (string)

  - `translations.create_time` (string)
    Timestamp when the translation was created.

  - `translations.update_time` (string)
    Timestamp of when the translation was updated.

## Response default fields (application/json):

  - `error` (object)

  - `error.code` (integer)

  - `error.details` (array)

  - `error.details.type_url` (string)

  - `error.details.value` (string)

  - `error.message` (string)

  - `error.status` (string)


