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
- 200
- 400
- 402
- 404
Successful
- */*
- Schema
- Example (from schema)
Schema
data
object
required
Response data
translationFile stringrequired
Signed URL for the translation file
{
"data": {
"translationFile": "https://s3.amazonaws.com/surveysparrow/translations/123456-en.xlsx"
}
}
Bad Request
- */*
- Schema
- Example (from schema)
Schema
error stringrequired
Error message
{
"error": "Bad request"
}
Payment Required
- */*
- Schema
- Example (from schema)
Schema
error stringrequired
Error message
{
"error": "Payment required"
}
Not Found
- */*
- Schema
- Example (from schema)
Schema
error stringrequired
Error message
{
"error": "Not found"
}
Loading...