v1
latestOpenAPI 3.1.02026-08-061,5107704.5 MBEmail
Emails.get
Returns Email with given id
get/entities/Emails/{id}
Path parameters
idstring uuid required
ID of Email to retrieve
Response
Email data
Example response
{
"success": true,
"data": {
"id": "01234567-abcd-dcba-ffff-000000000000",
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"body": "string",
"body_summary": "string",
"cc": "string",
"company_email_id": "01234567-abcd-dcba-ffff-000000000000",
"content_type": "string",
"date_sent": "2019-01-01T00:00:00",
"direction": 1,
"error_code": 1,
"original_id": "string",
"owner_id": "01234567-abcd-dcba-ffff-000000000000",
"parent_email_id": "01234567-abcd-dcba-ffff-000000000000",
"send_at": "2019-01-01T00:00:00",
"sender": "string",
"sender_account_id": "01234567-abcd-dcba-ffff-000000000000",
"sender_client_id": "01234567-abcd-dcba-ffff-000000000000",
"sender_contact_id": "01234567-abcd-dcba-ffff-000000000000",
"subject": "string",
"table_name": "string",
"template_id": "01234567-abcd-dcba-ffff-000000000000",
"thread_id": "01234567-abcd-dcba-ffff-000000000000",
"to": "string",
"type": 1,
"uid": "string",
"revision": 1,
"mailbox_ids": [
"01234567-abcd-dcba-ffff-000000000000"
]
}
}