Get the Translated Values of Multiple Survey Fields in One or More Languages

After survey fields are translated into one or more languages, you can view the translated values of multiple survey fields in the translated languages. This resource is available in REST API versions 48.0 and later.

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

URI: /services/data/vXX.X/localizedvalue/records/get

Formats: JSON

HTTP methods: POST

Request body JSON example

Request parameters

ParameterDescription
developerNameRequired. Developer name of the flow field.
languageRequired. Language into which the flow field was translated.

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.