Skip to main content

Get the specific language excel file

GET 

/v3/translation/export

This API generates an Excel file in the specified language. The download link will expire in 60 seconds.

Request

Query Parameters

    survey_id numberrequired

    Survey ID

    language_code stringrequired

    Language code

    include_labels boolean

    Default value: true

    Include labels in the file

Responses

Successful

Schema

    data

    object

    required

    Response data

    translationFile stringrequired

    Signed URL for the translation file

Loading...