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": "5b179e35-16d0-40e4-b4c9-07aa79f95b36",
"Subject": "sample string 2",
"ReferredUserId": "67ac5c9b-bc20-444d-9025-f41fbcc3464e",
"ReferringUserId": "5053feb8-a934-48f1-89cb-913ae7565167",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-02-11T05:59:30.5548314-06:00",
"DateEdited": "2026-02-11T05:59:30.5548314-06:00",
"DateOfSelfDestruction": "2026-02-11T05:59:30.5548314-06:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "ea9789a8-ca4a-4a24-b053-d4ddb73b0297",
"PosterId": "e68514a2-de28-495e-bdd7-bd507af0072e",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "a5ce8d94-64e0-4014-85a5-05f485102af2",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-02-11T05:59:30.5548314-06:00",
"AttachedFiles": [
{
"ID": "dc39459c-fef7-4d32-af27-1e744b8f837b",
"CaseID": "d22b1f6a-8496-4136-9a67-99b2e9f60707",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-02-11T05:59:30.5548314-06:00",
"DateDeleted": "2026-02-11T05:59:30.5548314-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "dc39459c-fef7-4d32-af27-1e744b8f837b",
"CaseID": "d22b1f6a-8496-4136-9a67-99b2e9f60707",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-02-11T05:59:30.5548314-06:00",
"DateDeleted": "2026-02-11T05:59:30.5548314-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "ea9789a8-ca4a-4a24-b053-d4ddb73b0297",
"PosterId": "e68514a2-de28-495e-bdd7-bd507af0072e",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "a5ce8d94-64e0-4014-85a5-05f485102af2",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-02-11T05:59:30.5548314-06:00",
"AttachedFiles": [
{
"ID": "dc39459c-fef7-4d32-af27-1e744b8f837b",
"CaseID": "d22b1f6a-8496-4136-9a67-99b2e9f60707",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-02-11T05:59:30.5548314-06:00",
"DateDeleted": "2026-02-11T05:59:30.5548314-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "dc39459c-fef7-4d32-af27-1e744b8f837b",
"CaseID": "d22b1f6a-8496-4136-9a67-99b2e9f60707",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-02-11T05:59:30.5548314-06:00",
"DateDeleted": "2026-02-11T05:59:30.5548314-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "5adc9e01-f426-4cc1-8e0d-ae9374833ceb"
}
text/html
Sample:
{"Id":"5b179e35-16d0-40e4-b4c9-07aa79f95b36","Subject":"sample string 2","ReferredUserId":"67ac5c9b-bc20-444d-9025-f41fbcc3464e","ReferringUserId":"5053feb8-a934-48f1-89cb-913ae7565167","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-02-11T05:59:30.5548314-06:00","DateEdited":"2026-02-11T05:59:30.5548314-06:00","DateOfSelfDestruction":"2026-02-11T05:59:30.5548314-06:00","SelfDestructionDays":1,"Posts":[{"Id":"ea9789a8-ca4a-4a24-b053-d4ddb73b0297","PosterId":"e68514a2-de28-495e-bdd7-bd507af0072e","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"a5ce8d94-64e0-4014-85a5-05f485102af2","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-02-11T05:59:30.5548314-06:00","AttachedFiles":[{"ID":"dc39459c-fef7-4d32-af27-1e744b8f837b","CaseID":"d22b1f6a-8496-4136-9a67-99b2e9f60707","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-02-11T05:59:30.5548314-06:00","DateDeleted":"2026-02-11T05:59:30.5548314-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"dc39459c-fef7-4d32-af27-1e744b8f837b","CaseID":"d22b1f6a-8496-4136-9a67-99b2e9f60707","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-02-11T05:59:30.5548314-06:00","DateDeleted":"2026-02-11T05:59:30.5548314-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"ea9789a8-ca4a-4a24-b053-d4ddb73b0297","PosterId":"e68514a2-de28-495e-bdd7-bd507af0072e","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"a5ce8d94-64e0-4014-85a5-05f485102af2","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-02-11T05:59:30.5548314-06:00","AttachedFiles":[{"ID":"dc39459c-fef7-4d32-af27-1e744b8f837b","CaseID":"d22b1f6a-8496-4136-9a67-99b2e9f60707","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-02-11T05:59:30.5548314-06:00","DateDeleted":"2026-02-11T05:59:30.5548314-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"dc39459c-fef7-4d32-af27-1e744b8f837b","CaseID":"d22b1f6a-8496-4136-9a67-99b2e9f60707","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-02-11T05:59:30.5548314-06:00","DateDeleted":"2026-02-11T05:59:30.5548314-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"5adc9e01-f426-4cc1-8e0d-ae9374833ceb"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>5b179e35-16d0-40e4-b4c9-07aa79f95b36</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>67ac5c9b-bc20-444d-9025-f41fbcc3464e</ReferredUserId>
<ReferringUserId>5053feb8-a934-48f1-89cb-913ae7565167</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-02-11T05:59:30.5548314-06:00</DateCreated>
<DateEdited>2026-02-11T05:59:30.5548314-06:00</DateEdited>
<DateOfSelfDestruction>2026-02-11T05:59:30.5548314-06:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>ea9789a8-ca4a-4a24-b053-d4ddb73b0297</Id>
<PosterId>e68514a2-de28-495e-bdd7-bd507af0072e</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>a5ce8d94-64e0-4014-85a5-05f485102af2</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-02-11T05:59:30.5548314-06:00</DateCreated>
<AttachedFiles>
<ID>dc39459c-fef7-4d32-af27-1e744b8f837b</ID>
<CaseID>d22b1f6a-8496-4136-9a67-99b2e9f60707</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-02-11T05:59:30.5548314-06:00</DateCreated>
<DateDeleted>2026-02-11T05:59:30.5548314-06:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>dc39459c-fef7-4d32-af27-1e744b8f837b</ID>
<CaseID>d22b1f6a-8496-4136-9a67-99b2e9f60707</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-02-11T05:59:30.5548314-06:00</DateCreated>
<DateDeleted>2026-02-11T05:59:30.5548314-06:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>ea9789a8-ca4a-4a24-b053-d4ddb73b0297</Id>
<PosterId>e68514a2-de28-495e-bdd7-bd507af0072e</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>a5ce8d94-64e0-4014-85a5-05f485102af2</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-02-11T05:59:30.5548314-06:00</DateCreated>
<AttachedFiles>
<ID>dc39459c-fef7-4d32-af27-1e744b8f837b</ID>
<CaseID>d22b1f6a-8496-4136-9a67-99b2e9f60707</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-02-11T05:59:30.5548314-06:00</DateCreated>
<DateDeleted>2026-02-11T05:59:30.5548314-06:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>dc39459c-fef7-4d32-af27-1e744b8f837b</ID>
<CaseID>d22b1f6a-8496-4136-9a67-99b2e9f60707</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-02-11T05:59:30.5548314-06:00</DateCreated>
<DateDeleted>2026-02-11T05:59:30.5548314-06: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>5adc9e01-f426-4cc1-8e0d-ae9374833ceb</UserInvitationId>
</MessageThreadDto>