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": "5099fe0e-cd65-453f-97a2-e0e05197125a",
"Subject": "sample string 2",
"ReferredUserId": "25118d73-72d8-423d-94dc-4341e8b126ac",
"ReferringUserId": "88ba2231-ec0f-475c-acfb-429c719a4841",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-05-03T04:50:23.7179331+00:00",
"DateEdited": "2026-05-03T04:50:23.7179331+00:00",
"DateOfSelfDestruction": "2026-05-03T04:50:23.7179331+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "5625f637-1b22-4aef-9f3f-10c62c18461b",
"PosterId": "4facc840-a3c2-4596-b7a4-c114b5d47fb7",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "9552fcc9-8728-4324-b392-441d347af843",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-05-03T04:50:23.7179331+00:00",
"AttachedFiles": [
{
"ID": "118fc4d0-cd1d-45f5-9368-9846e097cde8",
"CaseID": "949a2d1d-165c-4df7-8d51-edcc68e8cb24",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-03T04:50:23.7179331+00:00",
"DateDeleted": "2026-05-03T04:50:23.7179331+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "118fc4d0-cd1d-45f5-9368-9846e097cde8",
"CaseID": "949a2d1d-165c-4df7-8d51-edcc68e8cb24",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-03T04:50:23.7179331+00:00",
"DateDeleted": "2026-05-03T04:50:23.7179331+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "5625f637-1b22-4aef-9f3f-10c62c18461b",
"PosterId": "4facc840-a3c2-4596-b7a4-c114b5d47fb7",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "9552fcc9-8728-4324-b392-441d347af843",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-05-03T04:50:23.7179331+00:00",
"AttachedFiles": [
{
"ID": "118fc4d0-cd1d-45f5-9368-9846e097cde8",
"CaseID": "949a2d1d-165c-4df7-8d51-edcc68e8cb24",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-03T04:50:23.7179331+00:00",
"DateDeleted": "2026-05-03T04:50:23.7179331+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "118fc4d0-cd1d-45f5-9368-9846e097cde8",
"CaseID": "949a2d1d-165c-4df7-8d51-edcc68e8cb24",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-03T04:50:23.7179331+00:00",
"DateDeleted": "2026-05-03T04:50:23.7179331+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "9e2e56e2-b535-414e-8ed2-8aacf255fe09"
}
text/html
Sample:
{"Id":"5099fe0e-cd65-453f-97a2-e0e05197125a","Subject":"sample string 2","ReferredUserId":"25118d73-72d8-423d-94dc-4341e8b126ac","ReferringUserId":"88ba2231-ec0f-475c-acfb-429c719a4841","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-05-03T04:50:23.7179331+00:00","DateEdited":"2026-05-03T04:50:23.7179331+00:00","DateOfSelfDestruction":"2026-05-03T04:50:23.7179331+00:00","SelfDestructionDays":1,"Posts":[{"Id":"5625f637-1b22-4aef-9f3f-10c62c18461b","PosterId":"4facc840-a3c2-4596-b7a4-c114b5d47fb7","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"9552fcc9-8728-4324-b392-441d347af843","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-05-03T04:50:23.7179331+00:00","AttachedFiles":[{"ID":"118fc4d0-cd1d-45f5-9368-9846e097cde8","CaseID":"949a2d1d-165c-4df7-8d51-edcc68e8cb24","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-03T04:50:23.7179331+00:00","DateDeleted":"2026-05-03T04:50:23.7179331+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"118fc4d0-cd1d-45f5-9368-9846e097cde8","CaseID":"949a2d1d-165c-4df7-8d51-edcc68e8cb24","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-03T04:50:23.7179331+00:00","DateDeleted":"2026-05-03T04:50:23.7179331+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"5625f637-1b22-4aef-9f3f-10c62c18461b","PosterId":"4facc840-a3c2-4596-b7a4-c114b5d47fb7","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"9552fcc9-8728-4324-b392-441d347af843","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-05-03T04:50:23.7179331+00:00","AttachedFiles":[{"ID":"118fc4d0-cd1d-45f5-9368-9846e097cde8","CaseID":"949a2d1d-165c-4df7-8d51-edcc68e8cb24","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-03T04:50:23.7179331+00:00","DateDeleted":"2026-05-03T04:50:23.7179331+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"118fc4d0-cd1d-45f5-9368-9846e097cde8","CaseID":"949a2d1d-165c-4df7-8d51-edcc68e8cb24","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-03T04:50:23.7179331+00:00","DateDeleted":"2026-05-03T04:50:23.7179331+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"9e2e56e2-b535-414e-8ed2-8aacf255fe09"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>5099fe0e-cd65-453f-97a2-e0e05197125a</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>25118d73-72d8-423d-94dc-4341e8b126ac</ReferredUserId>
<ReferringUserId>88ba2231-ec0f-475c-acfb-429c719a4841</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-05-03T04:50:23.7179331+00:00</DateCreated>
<DateEdited>2026-05-03T04:50:23.7179331+00:00</DateEdited>
<DateOfSelfDestruction>2026-05-03T04:50:23.7179331+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>5625f637-1b22-4aef-9f3f-10c62c18461b</Id>
<PosterId>4facc840-a3c2-4596-b7a4-c114b5d47fb7</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>9552fcc9-8728-4324-b392-441d347af843</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-05-03T04:50:23.7179331+00:00</DateCreated>
<AttachedFiles>
<ID>118fc4d0-cd1d-45f5-9368-9846e097cde8</ID>
<CaseID>949a2d1d-165c-4df7-8d51-edcc68e8cb24</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-03T04:50:23.7179331+00:00</DateCreated>
<DateDeleted>2026-05-03T04:50:23.7179331+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>118fc4d0-cd1d-45f5-9368-9846e097cde8</ID>
<CaseID>949a2d1d-165c-4df7-8d51-edcc68e8cb24</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-03T04:50:23.7179331+00:00</DateCreated>
<DateDeleted>2026-05-03T04:50:23.7179331+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>5625f637-1b22-4aef-9f3f-10c62c18461b</Id>
<PosterId>4facc840-a3c2-4596-b7a4-c114b5d47fb7</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>9552fcc9-8728-4324-b392-441d347af843</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-05-03T04:50:23.7179331+00:00</DateCreated>
<AttachedFiles>
<ID>118fc4d0-cd1d-45f5-9368-9846e097cde8</ID>
<CaseID>949a2d1d-165c-4df7-8d51-edcc68e8cb24</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-03T04:50:23.7179331+00:00</DateCreated>
<DateDeleted>2026-05-03T04:50:23.7179331+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>118fc4d0-cd1d-45f5-9368-9846e097cde8</ID>
<CaseID>949a2d1d-165c-4df7-8d51-edcc68e8cb24</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-03T04:50:23.7179331+00:00</DateCreated>
<DateDeleted>2026-05-03T04:50:23.7179331+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>9e2e56e2-b535-414e-8ed2-8aacf255fe09</UserInvitationId>
</MessageThreadDto>