Add or Change the Translation of a Survey Field

If a survey field can be translated or is already translated into a particular language, you can add or change the translated value of the survey field. This resource is available in REST API version 48.0 and later.

This URI can only be used for the flow process type Survey.

URI: /services/data/vXX.X/localizedvalue/record/developerName/language

Formats: JSON

HTTP methods: POST

Authentication: Authorization: Bearer token

Request body JSON example

Request parameters

ParameterDescription
developerNameOptional. Developer name of the flow field.
languageOptional Translated language of the flow field.
valueRequired. Translated value of the flow field.

Response parameters

ParameterDescription
createdByID of the user who translated the flow field.
createdDateDate and time the flow field was translated.
developerNameDeveloper name of the flow field.
languageLanguage into which the flow field was translated.
valueTranslated value of the flow field.
isOutofDateIndicates if the flow field is out of date.