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": "61ea5d89-3b4b-4d8c-af84-6427a68b3885",
"Subject": "sample string 2",
"ReferredUserId": "c2dd8b61-86fd-4a7d-a328-fac1f8d3532f",
"ReferringUserId": "cad1c062-3d59-4fed-bc87-8eb89fdf00d2",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-06-18T14:14:31.1520934+00:00",
"DateEdited": "2026-06-18T14:14:31.1520934+00:00",
"DateOfSelfDestruction": "2026-06-18T14:14:31.1520934+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "4d95d625-1bc1-4f0b-9ab7-14c7f31a67b7",
"PosterId": "2d5e6d1c-9cbd-4d94-a87b-09911ae9c341",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "3c727a55-0c3e-43d1-809a-f10b9b561a74",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-06-18T14:14:31.1520934+00:00",
"AttachedFiles": [
{
"ID": "4094dbd0-dfa5-4b33-97b4-533abb7b9590",
"CaseID": "2965dbe8-f237-450b-be40-02201b3a7d93",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-06-18T14:14:31.1520934+00:00",
"DateDeleted": "2026-06-18T14:14:31.1520934+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "4094dbd0-dfa5-4b33-97b4-533abb7b9590",
"CaseID": "2965dbe8-f237-450b-be40-02201b3a7d93",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-06-18T14:14:31.1520934+00:00",
"DateDeleted": "2026-06-18T14:14:31.1520934+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "4d95d625-1bc1-4f0b-9ab7-14c7f31a67b7",
"PosterId": "2d5e6d1c-9cbd-4d94-a87b-09911ae9c341",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "3c727a55-0c3e-43d1-809a-f10b9b561a74",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-06-18T14:14:31.1520934+00:00",
"AttachedFiles": [
{
"ID": "4094dbd0-dfa5-4b33-97b4-533abb7b9590",
"CaseID": "2965dbe8-f237-450b-be40-02201b3a7d93",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-06-18T14:14:31.1520934+00:00",
"DateDeleted": "2026-06-18T14:14:31.1520934+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "4094dbd0-dfa5-4b33-97b4-533abb7b9590",
"CaseID": "2965dbe8-f237-450b-be40-02201b3a7d93",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-06-18T14:14:31.1520934+00:00",
"DateDeleted": "2026-06-18T14:14:31.1520934+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "ae183024-4ab3-4572-b1c2-7e3b7f786c55"
}
text/html
Sample:
{"Id":"61ea5d89-3b4b-4d8c-af84-6427a68b3885","Subject":"sample string 2","ReferredUserId":"c2dd8b61-86fd-4a7d-a328-fac1f8d3532f","ReferringUserId":"cad1c062-3d59-4fed-bc87-8eb89fdf00d2","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-06-18T14:14:31.1520934+00:00","DateEdited":"2026-06-18T14:14:31.1520934+00:00","DateOfSelfDestruction":"2026-06-18T14:14:31.1520934+00:00","SelfDestructionDays":1,"Posts":[{"Id":"4d95d625-1bc1-4f0b-9ab7-14c7f31a67b7","PosterId":"2d5e6d1c-9cbd-4d94-a87b-09911ae9c341","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"3c727a55-0c3e-43d1-809a-f10b9b561a74","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-06-18T14:14:31.1520934+00:00","AttachedFiles":[{"ID":"4094dbd0-dfa5-4b33-97b4-533abb7b9590","CaseID":"2965dbe8-f237-450b-be40-02201b3a7d93","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-06-18T14:14:31.1520934+00:00","DateDeleted":"2026-06-18T14:14:31.1520934+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"4094dbd0-dfa5-4b33-97b4-533abb7b9590","CaseID":"2965dbe8-f237-450b-be40-02201b3a7d93","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-06-18T14:14:31.1520934+00:00","DateDeleted":"2026-06-18T14:14:31.1520934+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"4d95d625-1bc1-4f0b-9ab7-14c7f31a67b7","PosterId":"2d5e6d1c-9cbd-4d94-a87b-09911ae9c341","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"3c727a55-0c3e-43d1-809a-f10b9b561a74","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-06-18T14:14:31.1520934+00:00","AttachedFiles":[{"ID":"4094dbd0-dfa5-4b33-97b4-533abb7b9590","CaseID":"2965dbe8-f237-450b-be40-02201b3a7d93","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-06-18T14:14:31.1520934+00:00","DateDeleted":"2026-06-18T14:14:31.1520934+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"4094dbd0-dfa5-4b33-97b4-533abb7b9590","CaseID":"2965dbe8-f237-450b-be40-02201b3a7d93","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-06-18T14:14:31.1520934+00:00","DateDeleted":"2026-06-18T14:14:31.1520934+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"ae183024-4ab3-4572-b1c2-7e3b7f786c55"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>61ea5d89-3b4b-4d8c-af84-6427a68b3885</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>c2dd8b61-86fd-4a7d-a328-fac1f8d3532f</ReferredUserId>
<ReferringUserId>cad1c062-3d59-4fed-bc87-8eb89fdf00d2</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-06-18T14:14:31.1520934+00:00</DateCreated>
<DateEdited>2026-06-18T14:14:31.1520934+00:00</DateEdited>
<DateOfSelfDestruction>2026-06-18T14:14:31.1520934+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>4d95d625-1bc1-4f0b-9ab7-14c7f31a67b7</Id>
<PosterId>2d5e6d1c-9cbd-4d94-a87b-09911ae9c341</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>3c727a55-0c3e-43d1-809a-f10b9b561a74</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-06-18T14:14:31.1520934+00:00</DateCreated>
<AttachedFiles>
<ID>4094dbd0-dfa5-4b33-97b4-533abb7b9590</ID>
<CaseID>2965dbe8-f237-450b-be40-02201b3a7d93</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-06-18T14:14:31.1520934+00:00</DateCreated>
<DateDeleted>2026-06-18T14:14:31.1520934+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>4094dbd0-dfa5-4b33-97b4-533abb7b9590</ID>
<CaseID>2965dbe8-f237-450b-be40-02201b3a7d93</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-06-18T14:14:31.1520934+00:00</DateCreated>
<DateDeleted>2026-06-18T14:14:31.1520934+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>4d95d625-1bc1-4f0b-9ab7-14c7f31a67b7</Id>
<PosterId>2d5e6d1c-9cbd-4d94-a87b-09911ae9c341</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>3c727a55-0c3e-43d1-809a-f10b9b561a74</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-06-18T14:14:31.1520934+00:00</DateCreated>
<AttachedFiles>
<ID>4094dbd0-dfa5-4b33-97b4-533abb7b9590</ID>
<CaseID>2965dbe8-f237-450b-be40-02201b3a7d93</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-06-18T14:14:31.1520934+00:00</DateCreated>
<DateDeleted>2026-06-18T14:14:31.1520934+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>4094dbd0-dfa5-4b33-97b4-533abb7b9590</ID>
<CaseID>2965dbe8-f237-450b-be40-02201b3a7d93</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-06-18T14:14:31.1520934+00:00</DateCreated>
<DateDeleted>2026-06-18T14:14:31.1520934+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>ae183024-4ab3-4572-b1c2-7e3b7f786c55</UserInvitationId>
</MessageThreadDto>