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": "322e08c4-41a3-4f94-abea-cc450dff6b38",
"Subject": "sample string 2",
"ReferredUserId": "b3d8df42-d8d3-472c-a646-222c4e64d9c3",
"ReferringUserId": "7c85fd27-e0f6-40aa-8455-1f8709859810",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-01-22T05:35:08.4380981+00:00",
"DateEdited": "2026-01-22T05:35:08.4380981+00:00",
"DateOfSelfDestruction": "2026-01-22T05:35:08.4380981+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "cd3c1ebd-acb6-4823-ae8d-8fa725eb0464",
"PosterId": "77798dae-9ef2-47d2-a6a2-1c32980dcd5f",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "cb939af1-1296-459c-b2d9-a14abe15b46a",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-01-22T05:35:08.4380981+00:00",
"AttachedFiles": [
{
"ID": "865120a7-e5bf-489f-85d3-2728b637aef7",
"CaseID": "f5c0be8d-0bd2-47f3-be5b-89200578d6f1",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-22T05:35:08.4380981+00:00",
"DateDeleted": "2026-01-22T05:35:08.4380981+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "865120a7-e5bf-489f-85d3-2728b637aef7",
"CaseID": "f5c0be8d-0bd2-47f3-be5b-89200578d6f1",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-22T05:35:08.4380981+00:00",
"DateDeleted": "2026-01-22T05:35:08.4380981+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "cd3c1ebd-acb6-4823-ae8d-8fa725eb0464",
"PosterId": "77798dae-9ef2-47d2-a6a2-1c32980dcd5f",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "cb939af1-1296-459c-b2d9-a14abe15b46a",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-01-22T05:35:08.4380981+00:00",
"AttachedFiles": [
{
"ID": "865120a7-e5bf-489f-85d3-2728b637aef7",
"CaseID": "f5c0be8d-0bd2-47f3-be5b-89200578d6f1",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-22T05:35:08.4380981+00:00",
"DateDeleted": "2026-01-22T05:35:08.4380981+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "865120a7-e5bf-489f-85d3-2728b637aef7",
"CaseID": "f5c0be8d-0bd2-47f3-be5b-89200578d6f1",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-22T05:35:08.4380981+00:00",
"DateDeleted": "2026-01-22T05:35:08.4380981+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "3f424d87-0f1c-4dd4-8135-e4bd6948707d"
}
text/html
Sample:
{"Id":"322e08c4-41a3-4f94-abea-cc450dff6b38","Subject":"sample string 2","ReferredUserId":"b3d8df42-d8d3-472c-a646-222c4e64d9c3","ReferringUserId":"7c85fd27-e0f6-40aa-8455-1f8709859810","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-01-22T05:35:08.4380981+00:00","DateEdited":"2026-01-22T05:35:08.4380981+00:00","DateOfSelfDestruction":"2026-01-22T05:35:08.4380981+00:00","SelfDestructionDays":1,"Posts":[{"Id":"cd3c1ebd-acb6-4823-ae8d-8fa725eb0464","PosterId":"77798dae-9ef2-47d2-a6a2-1c32980dcd5f","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"cb939af1-1296-459c-b2d9-a14abe15b46a","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-01-22T05:35:08.4380981+00:00","AttachedFiles":[{"ID":"865120a7-e5bf-489f-85d3-2728b637aef7","CaseID":"f5c0be8d-0bd2-47f3-be5b-89200578d6f1","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-22T05:35:08.4380981+00:00","DateDeleted":"2026-01-22T05:35:08.4380981+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"865120a7-e5bf-489f-85d3-2728b637aef7","CaseID":"f5c0be8d-0bd2-47f3-be5b-89200578d6f1","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-22T05:35:08.4380981+00:00","DateDeleted":"2026-01-22T05:35:08.4380981+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"cd3c1ebd-acb6-4823-ae8d-8fa725eb0464","PosterId":"77798dae-9ef2-47d2-a6a2-1c32980dcd5f","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"cb939af1-1296-459c-b2d9-a14abe15b46a","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-01-22T05:35:08.4380981+00:00","AttachedFiles":[{"ID":"865120a7-e5bf-489f-85d3-2728b637aef7","CaseID":"f5c0be8d-0bd2-47f3-be5b-89200578d6f1","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-22T05:35:08.4380981+00:00","DateDeleted":"2026-01-22T05:35:08.4380981+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"865120a7-e5bf-489f-85d3-2728b637aef7","CaseID":"f5c0be8d-0bd2-47f3-be5b-89200578d6f1","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-22T05:35:08.4380981+00:00","DateDeleted":"2026-01-22T05:35:08.4380981+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"3f424d87-0f1c-4dd4-8135-e4bd6948707d"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>322e08c4-41a3-4f94-abea-cc450dff6b38</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>b3d8df42-d8d3-472c-a646-222c4e64d9c3</ReferredUserId>
<ReferringUserId>7c85fd27-e0f6-40aa-8455-1f8709859810</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-01-22T05:35:08.4380981+00:00</DateCreated>
<DateEdited>2026-01-22T05:35:08.4380981+00:00</DateEdited>
<DateOfSelfDestruction>2026-01-22T05:35:08.4380981+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>cd3c1ebd-acb6-4823-ae8d-8fa725eb0464</Id>
<PosterId>77798dae-9ef2-47d2-a6a2-1c32980dcd5f</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>cb939af1-1296-459c-b2d9-a14abe15b46a</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-01-22T05:35:08.4380981+00:00</DateCreated>
<AttachedFiles>
<ID>865120a7-e5bf-489f-85d3-2728b637aef7</ID>
<CaseID>f5c0be8d-0bd2-47f3-be5b-89200578d6f1</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-22T05:35:08.4380981+00:00</DateCreated>
<DateDeleted>2026-01-22T05:35:08.4380981+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>865120a7-e5bf-489f-85d3-2728b637aef7</ID>
<CaseID>f5c0be8d-0bd2-47f3-be5b-89200578d6f1</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-22T05:35:08.4380981+00:00</DateCreated>
<DateDeleted>2026-01-22T05:35:08.4380981+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>cd3c1ebd-acb6-4823-ae8d-8fa725eb0464</Id>
<PosterId>77798dae-9ef2-47d2-a6a2-1c32980dcd5f</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>cb939af1-1296-459c-b2d9-a14abe15b46a</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-01-22T05:35:08.4380981+00:00</DateCreated>
<AttachedFiles>
<ID>865120a7-e5bf-489f-85d3-2728b637aef7</ID>
<CaseID>f5c0be8d-0bd2-47f3-be5b-89200578d6f1</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-22T05:35:08.4380981+00:00</DateCreated>
<DateDeleted>2026-01-22T05:35:08.4380981+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>865120a7-e5bf-489f-85d3-2728b637aef7</ID>
<CaseID>f5c0be8d-0bd2-47f3-be5b-89200578d6f1</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-22T05:35:08.4380981+00:00</DateCreated>
<DateDeleted>2026-01-22T05:35:08.4380981+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>3f424d87-0f1c-4dd4-8135-e4bd6948707d</UserInvitationId>
</MessageThreadDto>