Retrieves internationalization messages. Each i18n message contains key
, value
, and overriddenValue
.
Required roles
I18NADMIN
SUPPORT
{- "data": {
- "partitionWideOverride": true
}
}
{- "response": {
- "node": "pricefx-cluster-app-frontend",
- "data": [
- {
- "localeLanguage": "en",
- "localeData": [
- {
- "key": "QUOTE_CALCULATED",
- "value": "Quote calculated successfully",
- "overriddenValue": "Quote calculated"
}, - {
- "key": "workflow_viewHistory",
- "value": "View workflow history",
- "overriddenValue": null
}
]
}
], - "status": 0
}
}