Skip to content

Get Email translation spreadsheet

GET
/api/v1/workspaces/{workspace_id}/emails/{id}/translation_spreadsheets
curl --request GET \
--url https://example.com/%7B%7Bapp_url%7D/api/v1/workspaces/1/emails/1/translation_spreadsheets \
--header 'Authorization: Bearer <token>'

Retrieves the content CSV for an email.

workspace_id
required
integer

Workspace ID

id
required
integer

Email ID

Successful

Media typeapplication/csv

The content CSV for the email.

string
Example
locale,content
en,Hello
fr,Bonjour

Unauthorized

Media typeapplication/json
object
message
required
string
Example
{
"message": "Record not found"
}

Forbidden

Media typeapplication/json
object
message
required
string
Example
{
"message": "Record not found"
}

Not Found

Media typeapplication/json
object
message
required
string
Example
{
"message": "Record not found"
}