GET messaging/messagethread/{messageThreadId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| messageThreadId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
MessageThreadDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Subject | string |
None. |
|
| ReferredUserId | globally unique identifier |
None. |
|
| ReferringUserId | globally unique identifier |
None. |
|
| UnreadByReferred | boolean |
None. |
|
| UnreadByReferring | boolean |
None. |
|
| SentMailRepliedTo | boolean |
None. |
|
| ReferredArchived | boolean |
None. |
|
| ReferringArchived | boolean |
None. |
|
| DateCreated | date |
None. |
|
| DateEdited | date |
None. |
|
| DateOfSelfDestruction | date |
None. |
|
| SelfDestructionDays | integer |
None. |
|
| Posts | Collection of TalkPostDto |
None. |
|
| ToEmail | string |
None. |
|
| ToName | string |
None. |
|
| UserInvitationId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "27cbef0e-dcb3-46f1-b2f8-f4aaa6f4e979",
"Subject": "sample string 2",
"ReferredUserId": "eef6b640-d86a-4a09-9463-ed5f3b615914",
"ReferringUserId": "cc6ee602-a5b6-488c-8494-036fb07c92f3",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-03-10T08:09:11.9004701+00:00",
"DateEdited": "2026-03-10T08:09:11.9004701+00:00",
"DateOfSelfDestruction": "2026-03-10T08:09:11.9004701+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "20a0d5e7-139a-4084-a70a-0e7707966ae5",
"PosterId": "65cdee74-dda6-4f92-b8bb-19c16a09d3f4",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "0b3c3a4e-78b2-4656-8635-82d6249707d0",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-03-10T08:09:11.9004701+00:00",
"AttachedFiles": [
{
"ID": "bc523855-1d56-48ca-93e6-1f001a7d215a",
"CaseID": "cec84450-e0f0-457e-9f8e-9900f6c5ffb8",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-03-10T08:09:11.9004701+00:00",
"DateDeleted": "2026-03-10T08:09:11.9004701+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "bc523855-1d56-48ca-93e6-1f001a7d215a",
"CaseID": "cec84450-e0f0-457e-9f8e-9900f6c5ffb8",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-03-10T08:09:11.9004701+00:00",
"DateDeleted": "2026-03-10T08:09:11.9004701+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "20a0d5e7-139a-4084-a70a-0e7707966ae5",
"PosterId": "65cdee74-dda6-4f92-b8bb-19c16a09d3f4",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "0b3c3a4e-78b2-4656-8635-82d6249707d0",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-03-10T08:09:11.9004701+00:00",
"AttachedFiles": [
{
"ID": "bc523855-1d56-48ca-93e6-1f001a7d215a",
"CaseID": "cec84450-e0f0-457e-9f8e-9900f6c5ffb8",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-03-10T08:09:11.9004701+00:00",
"DateDeleted": "2026-03-10T08:09:11.9004701+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "bc523855-1d56-48ca-93e6-1f001a7d215a",
"CaseID": "cec84450-e0f0-457e-9f8e-9900f6c5ffb8",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-03-10T08:09:11.9004701+00:00",
"DateDeleted": "2026-03-10T08:09:11.9004701+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "9732d275-4793-4077-aed5-1eed978bee2e"
}
text/html
Sample:
{"Id":"27cbef0e-dcb3-46f1-b2f8-f4aaa6f4e979","Subject":"sample string 2","ReferredUserId":"eef6b640-d86a-4a09-9463-ed5f3b615914","ReferringUserId":"cc6ee602-a5b6-488c-8494-036fb07c92f3","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-03-10T08:09:11.9004701+00:00","DateEdited":"2026-03-10T08:09:11.9004701+00:00","DateOfSelfDestruction":"2026-03-10T08:09:11.9004701+00:00","SelfDestructionDays":1,"Posts":[{"Id":"20a0d5e7-139a-4084-a70a-0e7707966ae5","PosterId":"65cdee74-dda6-4f92-b8bb-19c16a09d3f4","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"0b3c3a4e-78b2-4656-8635-82d6249707d0","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-03-10T08:09:11.9004701+00:00","AttachedFiles":[{"ID":"bc523855-1d56-48ca-93e6-1f001a7d215a","CaseID":"cec84450-e0f0-457e-9f8e-9900f6c5ffb8","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-03-10T08:09:11.9004701+00:00","DateDeleted":"2026-03-10T08:09:11.9004701+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"bc523855-1d56-48ca-93e6-1f001a7d215a","CaseID":"cec84450-e0f0-457e-9f8e-9900f6c5ffb8","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-03-10T08:09:11.9004701+00:00","DateDeleted":"2026-03-10T08:09:11.9004701+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"20a0d5e7-139a-4084-a70a-0e7707966ae5","PosterId":"65cdee74-dda6-4f92-b8bb-19c16a09d3f4","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"0b3c3a4e-78b2-4656-8635-82d6249707d0","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-03-10T08:09:11.9004701+00:00","AttachedFiles":[{"ID":"bc523855-1d56-48ca-93e6-1f001a7d215a","CaseID":"cec84450-e0f0-457e-9f8e-9900f6c5ffb8","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-03-10T08:09:11.9004701+00:00","DateDeleted":"2026-03-10T08:09:11.9004701+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"bc523855-1d56-48ca-93e6-1f001a7d215a","CaseID":"cec84450-e0f0-457e-9f8e-9900f6c5ffb8","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-03-10T08:09:11.9004701+00:00","DateDeleted":"2026-03-10T08:09:11.9004701+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"9732d275-4793-4077-aed5-1eed978bee2e"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>27cbef0e-dcb3-46f1-b2f8-f4aaa6f4e979</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>eef6b640-d86a-4a09-9463-ed5f3b615914</ReferredUserId>
<ReferringUserId>cc6ee602-a5b6-488c-8494-036fb07c92f3</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-03-10T08:09:11.9004701+00:00</DateCreated>
<DateEdited>2026-03-10T08:09:11.9004701+00:00</DateEdited>
<DateOfSelfDestruction>2026-03-10T08:09:11.9004701+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>20a0d5e7-139a-4084-a70a-0e7707966ae5</Id>
<PosterId>65cdee74-dda6-4f92-b8bb-19c16a09d3f4</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>0b3c3a4e-78b2-4656-8635-82d6249707d0</ProfilePictureCloudId>
<PosterSufix>sample string 6</PosterSufix>
<Content>sample string 7</Content>
<Subject>sample string 8</Subject>
<ViewerIsComposer>true</ViewerIsComposer>
<UnreadByViewer>true</UnreadByViewer>
<UnreadByOther>true</UnreadByOther>
<DateCreated>2026-03-10T08:09:11.9004701+00:00</DateCreated>
<AttachedFiles>
<ID>bc523855-1d56-48ca-93e6-1f001a7d215a</ID>
<CaseID>cec84450-e0f0-457e-9f8e-9900f6c5ffb8</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-03-10T08:09:11.9004701+00:00</DateCreated>
<DateDeleted>2026-03-10T08:09:11.9004701+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>bc523855-1d56-48ca-93e6-1f001a7d215a</ID>
<CaseID>cec84450-e0f0-457e-9f8e-9900f6c5ffb8</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-03-10T08:09:11.9004701+00:00</DateCreated>
<DateDeleted>2026-03-10T08:09:11.9004701+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>20a0d5e7-139a-4084-a70a-0e7707966ae5</Id>
<PosterId>65cdee74-dda6-4f92-b8bb-19c16a09d3f4</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>0b3c3a4e-78b2-4656-8635-82d6249707d0</ProfilePictureCloudId>
<PosterSufix>sample string 6</PosterSufix>
<Content>sample string 7</Content>
<Subject>sample string 8</Subject>
<ViewerIsComposer>true</ViewerIsComposer>
<UnreadByViewer>true</UnreadByViewer>
<UnreadByOther>true</UnreadByOther>
<DateCreated>2026-03-10T08:09:11.9004701+00:00</DateCreated>
<AttachedFiles>
<ID>bc523855-1d56-48ca-93e6-1f001a7d215a</ID>
<CaseID>cec84450-e0f0-457e-9f8e-9900f6c5ffb8</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-03-10T08:09:11.9004701+00:00</DateCreated>
<DateDeleted>2026-03-10T08:09:11.9004701+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>bc523855-1d56-48ca-93e6-1f001a7d215a</ID>
<CaseID>cec84450-e0f0-457e-9f8e-9900f6c5ffb8</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-03-10T08:09:11.9004701+00:00</DateCreated>
<DateDeleted>2026-03-10T08:09:11.9004701+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<ToEmail>sample string 11</ToEmail>
<ToName>sample string 12</ToName>
<UserInvitationId>9732d275-4793-4077-aed5-1eed978bee2e</UserInvitationId>
</MessageThreadDto>