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
| Parameter | Description |
|---|---|
developerName | Optional. Developer name of the flow field. |
language | Optional Translated language of the flow field. |
value | Required. Translated value of the flow field. |
Response parameters
| Parameter | Description |
|---|---|
createdBy | ID of the user who translated the flow field. |
createdDate | Date and time the flow field was translated. |
developerName | Developer name of the flow field. |
language | Language into which the flow field was translated. |
value | Translated value of the flow field. |
isOutofDate | Indicates if the flow field is out of date. |