POST Questions/Translate
Translate Responses in a Question
Request Information
URI Parameters
None.
Body Parameters
TranslateQuestionRequestName | Description | Type | Additional information |
---|---|---|---|
questionKey |
Key of question to translate |
integer |
Required |
targetLanguageCode |
Code of target language |
string |
Required |
Response Information
Translate Responses in a Question
Name | Description | Type | Additional information |
---|---|---|---|
questionKey |
Key of question that was translated |
integer |
Required |
responsesCount |
Number of question's responses |
integer |
None. |
translationsCount |
Number of translations that were done |
integer |
None. |
nonTranslatedResponsesCount |
Number of responses that were not translated |
integer |
None. |
transactionsCount |
Number of transactions |
decimal number |
None. |
errors |
If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages. |
Collection of string |
None. |