Get one mail thread
GET {{baseUrl}}/mailbox/mailThreads/:id
Returns a specific mail thread.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":1,"parties":{"to":[{"id":2,"name":"","latest_sent":false,"email_address":"example@test.com","message_time":1574677850000,"linked_person_id":3,"linked_person_name":"Tester","linked_organization_id":null,"mail_message_party_id":5318}],"from":[{"id":3,"name":"","latest_sent":false,"email_address":"example@test.com","message_time":1574677850000,"linked_person_id":2,"linked_person_name":"Tester","linked_organization_id":null,"mail_message_party_id":5318}]},"drafts_parties":[],"folders":["inbox"],"account_id":"123412jhfsaa221","user_id":232,"version":9,"subject":"Example","snippet":"Example Snippet","snippet_draft":null,"snippet_sent":"","has_attachments_flag":1,"has_inline_attachments_flag":1,"has_real_attachments_flag":0,"has_draft_flag":0,"has_sent_flag":0,"archived_flag":0,"deleted_flag":0,"shared_flag":1,"synced_flag":1,"external_deleted_flag":0,"smart_bcc_flag":0,"first_message_to_me_flag":1,"mail_link_tracking_enabled_flag":0,"last_message_timestamp":"2019-11-20T20:20:46.000Z","first_message_timestamp":"2019-11-20T17:40:46.000Z","last_message_sent_timestamp":null,"last_message_received_timestamp":"2019-11-20T20:20:46.000Z","add_time":"2019-11-20T17:40:59.000Z","update_time":"2019-11-20T20:21:22.000Z","deal_id":null,"deal_status":null,"all_messages_sent_flag":0}}