Get translation worksheet for report
get/translationWorksheets/{reportId}/{translationLocale}
Extract the translatable strings from an existing report and return a worksheet that can be used by a human translator to specify the strings in a different language.
1en_US vi6.Section.label = Page 1 ve20.Graph.label = Bar - dealer 1 ve29.Graph.label = Scatter - returns 1 bi10.DataItem_CARS_dealer.label = dealer bi13.DataItem_CARS_returns.label = returns bi14.DataItem_CARS_sales.label = sales bi17.SourcePredefinedDataItem_CARS.label = Frequency
Name | Type | Required | Description |
---|---|---|---|
reportId | string | true | The resource Id of the report that should be processed. |
translationLocale | string | true | The locale specifier for which strings should be extracted. If the locale is not defined in the report, an HTTP 400 error is returned. |
Name | Type | Required | Description |
---|---|---|---|
validate | boolean | false | Determine whether to validate the report content against the XML schema. Defaults to true. Schema validation errors do not necessarily halt processing. Errors are reported in the transform's errorMessages list. Worksheet creation will be completed even after an error. Default: true |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | Successfully retrieved the worksheet from the report. | Headers | Schema |
400 | Bad Request | The request was invalid. | Headers | Schema |