Skip to content

Get Email translation spreadsheet

GET
/api/v1/workspaces/{workspace_id}/emails/{id}/translation_spreadsheets

Retrieves the content CSV for an email.

workspace_id
required
integer

Workspace ID

id
required
integer

Email ID

Successful

The content CSV for the email.

string
Example
locale,content
en,Hello
fr,Bonjour

Unauthorized

object
message
required
string
Example
Record not found

Forbidden

object
message
required
string
Example
Record not found

Not Found

object
message
required
string
Example
Record not found