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": "3d069072-2a77-4c0a-9cb5-899912e78157",
"Subject": "sample string 2",
"ReferredUserId": "f47b6b29-8a7c-4719-b03e-a53b740ab350",
"ReferringUserId": "b3f568f9-c47a-438a-afdd-4bc6f35c13df",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-09-05T04:17:11.4910639+00:00",
"DateEdited": "2026-09-05T04:17:11.4910639+00:00",
"DateOfSelfDestruction": "2026-09-05T04:17:11.4910639+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "32c8a8ce-e97f-4bba-876d-95f391e303c4",
"PosterId": "69f1b593-15d4-4389-8c9c-59dad940e8e9",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "cb3b0b2b-64b8-4c49-aa45-9f2ad74cc62c",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-09-05T04:17:11.4910639+00:00",
"AttachedFiles": [
{
"ID": "5b02810a-ea25-4f53-a88f-1e4002f05068",
"CaseID": "211ec68f-bfa3-4dfa-98ff-90d246f13c80",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-05T04:17:11.4910639+00:00",
"DateDeleted": "2026-09-05T04:17:11.4910639+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "5b02810a-ea25-4f53-a88f-1e4002f05068",
"CaseID": "211ec68f-bfa3-4dfa-98ff-90d246f13c80",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-05T04:17:11.4910639+00:00",
"DateDeleted": "2026-09-05T04:17:11.4910639+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "32c8a8ce-e97f-4bba-876d-95f391e303c4",
"PosterId": "69f1b593-15d4-4389-8c9c-59dad940e8e9",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "cb3b0b2b-64b8-4c49-aa45-9f2ad74cc62c",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-09-05T04:17:11.4910639+00:00",
"AttachedFiles": [
{
"ID": "5b02810a-ea25-4f53-a88f-1e4002f05068",
"CaseID": "211ec68f-bfa3-4dfa-98ff-90d246f13c80",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-05T04:17:11.4910639+00:00",
"DateDeleted": "2026-09-05T04:17:11.4910639+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "5b02810a-ea25-4f53-a88f-1e4002f05068",
"CaseID": "211ec68f-bfa3-4dfa-98ff-90d246f13c80",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-05T04:17:11.4910639+00:00",
"DateDeleted": "2026-09-05T04:17:11.4910639+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "da9ba922-0318-43a3-986e-73ef71ed1cf8"
}
text/html
Sample:
{"Id":"3d069072-2a77-4c0a-9cb5-899912e78157","Subject":"sample string 2","ReferredUserId":"f47b6b29-8a7c-4719-b03e-a53b740ab350","ReferringUserId":"b3f568f9-c47a-438a-afdd-4bc6f35c13df","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-09-05T04:17:11.4910639+00:00","DateEdited":"2026-09-05T04:17:11.4910639+00:00","DateOfSelfDestruction":"2026-09-05T04:17:11.4910639+00:00","SelfDestructionDays":1,"Posts":[{"Id":"32c8a8ce-e97f-4bba-876d-95f391e303c4","PosterId":"69f1b593-15d4-4389-8c9c-59dad940e8e9","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"cb3b0b2b-64b8-4c49-aa45-9f2ad74cc62c","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-09-05T04:17:11.4910639+00:00","AttachedFiles":[{"ID":"5b02810a-ea25-4f53-a88f-1e4002f05068","CaseID":"211ec68f-bfa3-4dfa-98ff-90d246f13c80","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-05T04:17:11.4910639+00:00","DateDeleted":"2026-09-05T04:17:11.4910639+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"5b02810a-ea25-4f53-a88f-1e4002f05068","CaseID":"211ec68f-bfa3-4dfa-98ff-90d246f13c80","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-05T04:17:11.4910639+00:00","DateDeleted":"2026-09-05T04:17:11.4910639+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"32c8a8ce-e97f-4bba-876d-95f391e303c4","PosterId":"69f1b593-15d4-4389-8c9c-59dad940e8e9","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"cb3b0b2b-64b8-4c49-aa45-9f2ad74cc62c","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-09-05T04:17:11.4910639+00:00","AttachedFiles":[{"ID":"5b02810a-ea25-4f53-a88f-1e4002f05068","CaseID":"211ec68f-bfa3-4dfa-98ff-90d246f13c80","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-05T04:17:11.4910639+00:00","DateDeleted":"2026-09-05T04:17:11.4910639+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"5b02810a-ea25-4f53-a88f-1e4002f05068","CaseID":"211ec68f-bfa3-4dfa-98ff-90d246f13c80","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-05T04:17:11.4910639+00:00","DateDeleted":"2026-09-05T04:17:11.4910639+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"da9ba922-0318-43a3-986e-73ef71ed1cf8"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>3d069072-2a77-4c0a-9cb5-899912e78157</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>f47b6b29-8a7c-4719-b03e-a53b740ab350</ReferredUserId>
<ReferringUserId>b3f568f9-c47a-438a-afdd-4bc6f35c13df</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-09-05T04:17:11.4910639+00:00</DateCreated>
<DateEdited>2026-09-05T04:17:11.4910639+00:00</DateEdited>
<DateOfSelfDestruction>2026-09-05T04:17:11.4910639+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>32c8a8ce-e97f-4bba-876d-95f391e303c4</Id>
<PosterId>69f1b593-15d4-4389-8c9c-59dad940e8e9</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>cb3b0b2b-64b8-4c49-aa45-9f2ad74cc62c</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-09-05T04:17:11.4910639+00:00</DateCreated>
<AttachedFiles>
<ID>5b02810a-ea25-4f53-a88f-1e4002f05068</ID>
<CaseID>211ec68f-bfa3-4dfa-98ff-90d246f13c80</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-05T04:17:11.4910639+00:00</DateCreated>
<DateDeleted>2026-09-05T04:17:11.4910639+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>5b02810a-ea25-4f53-a88f-1e4002f05068</ID>
<CaseID>211ec68f-bfa3-4dfa-98ff-90d246f13c80</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-05T04:17:11.4910639+00:00</DateCreated>
<DateDeleted>2026-09-05T04:17:11.4910639+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>32c8a8ce-e97f-4bba-876d-95f391e303c4</Id>
<PosterId>69f1b593-15d4-4389-8c9c-59dad940e8e9</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>cb3b0b2b-64b8-4c49-aa45-9f2ad74cc62c</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-09-05T04:17:11.4910639+00:00</DateCreated>
<AttachedFiles>
<ID>5b02810a-ea25-4f53-a88f-1e4002f05068</ID>
<CaseID>211ec68f-bfa3-4dfa-98ff-90d246f13c80</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-05T04:17:11.4910639+00:00</DateCreated>
<DateDeleted>2026-09-05T04:17:11.4910639+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>5b02810a-ea25-4f53-a88f-1e4002f05068</ID>
<CaseID>211ec68f-bfa3-4dfa-98ff-90d246f13c80</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-05T04:17:11.4910639+00:00</DateCreated>
<DateDeleted>2026-09-05T04:17:11.4910639+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>da9ba922-0318-43a3-986e-73ef71ed1cf8</UserInvitationId>
</MessageThreadDto>