Get Message catalogs

GET {{baseUrl}}/translation-catalogs/:catalog-id

The getMessageCatalogs API returns message catalog based on the language headers in the requested object.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"locale":"en_US","messages":[{"key":"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_LOW","format":"{0,,\\\"i18n hint: percentage\\\"}% of identities with the same {1,,\\\"i18n hint: name of category feature\\\"} have this access. This information had a low impact on the overall score."},{"key":"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_LOW","format":"{0,,\\\"i18n hint: percentage\\\"}% of identities with the same {1,,\\\"i18n hint: name of category feature\\\"} have this access. This information had a low impact on the overall score."}]},{"locale":"en_US","messages":[{"key":"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_LOW","format":"{0,,\\\"i18n hint: percentage\\\"}% of identities with the same {1,,\\\"i18n hint: name of category feature\\\"} have this access. This information had a low impact on the overall score."},{"key":"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_LOW","format":"{0,,\\\"i18n hint: percentage\\\"}% of identities with the same {1,,\\\"i18n hint: name of category feature\\\"} have this access. This information had a low impact on the overall score."}]}]