POST Studies/Translate
Translate all Responses in a Study
Request Information
URI Parameters
None.
Body Parameters
TranslateStudyRequestName | Description | Type | Additional information |
---|---|---|---|
studyKey |
Key of study |
integer |
Required |
targetLanguageCode |
Code of target language |
string |
Required |
Response Information
Translate all Responses in a Study
Name | Description | Type | Additional information |
---|---|---|---|
studyKey |
Key of a study that was translated |
integer |
None. |
totalTranslationsCount |
Number of translations that were done |
integer |
None. |
totalTransactionsCount |
Number of transactions |
decimal number |
None. |
questions |
Information about the operation grouped by questions |
Collection of TranslateQuestionResponse |
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. |