Get translation worksheet for report

get/translationWorksheets/{reportId}/{translationLocale}
Internal-Use Only

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.

Request Samples

1

Response Samples

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

Path Parameters

NameTypeRequiredDescription
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.

Query Parameters

NameTypeRequiredDescription
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

Responses

StatusMeaningDescription
200OKSuccessfully retrieved the worksheet from the report.HeadersSchema
400Bad RequestThe request was invalid.HeadersSchema