---
title: "List Internationalization Messages"
method: POST
path: "/i18nmanager.fetchWithExtraData"
tags: ["Internationalization"]
---

# List Internationalization Messages

`POST /i18nmanager.fetchWithExtraData`

Retrieves internationalization messages. Each i18n message contains `key`, `value`, and `overriddenValue`.<p>

**Required roles**
- `I18NADMIN`
- `SUPPORT`

## Request body

- object
  - `data` object
    - `partitionWideOverride` boolean — Set to `true` to fetch Partition-wide messages, or `false` to fetch Private messages.

## Response `200`

OK - contains the messages for the locale.

- object
  - `response` object
    - `node` string
    - `data` object[]
      - `localeLanguage` string
      - `localeData` object[]
        - `key` string
        - `value` string
        - `overriddenValue` string, nullable
    - `status` integer

## Other responses

- `403` — Forbidden - the user does not have a required permission (`I18N_FETCH`).

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
