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": "68ef55b5-67a8-40ea-b45a-133159f13ee6",
"Subject": "sample string 2",
"ReferredUserId": "f13cf61e-abfc-443e-9fcf-2256e262c12b",
"ReferringUserId": "7237ebe0-d147-456a-900b-3bc902d109bf",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-08-01T07:05:18.6681077+00:00",
"DateEdited": "2026-08-01T07:05:18.6681077+00:00",
"DateOfSelfDestruction": "2026-08-01T07:05:18.6681077+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "4a7fb3bb-90ca-4c94-91da-3d7bd6c1d635",
"PosterId": "313e2e2e-50d6-448e-bf89-6ef55680795f",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "4903cffd-cd11-401f-a8cd-a098e86d3958",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-08-01T07:05:18.6681077+00:00",
"AttachedFiles": [
{
"ID": "b951a81e-2a0e-4ecc-b1da-b4af42dd2374",
"CaseID": "1d03bf08-6c5f-4768-b145-707a546d0cf6",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-08-01T07:05:18.6681077+00:00",
"DateDeleted": "2026-08-01T07:05:18.6681077+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "b951a81e-2a0e-4ecc-b1da-b4af42dd2374",
"CaseID": "1d03bf08-6c5f-4768-b145-707a546d0cf6",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-08-01T07:05:18.6681077+00:00",
"DateDeleted": "2026-08-01T07:05:18.6681077+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "4a7fb3bb-90ca-4c94-91da-3d7bd6c1d635",
"PosterId": "313e2e2e-50d6-448e-bf89-6ef55680795f",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "4903cffd-cd11-401f-a8cd-a098e86d3958",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-08-01T07:05:18.6681077+00:00",
"AttachedFiles": [
{
"ID": "b951a81e-2a0e-4ecc-b1da-b4af42dd2374",
"CaseID": "1d03bf08-6c5f-4768-b145-707a546d0cf6",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-08-01T07:05:18.6681077+00:00",
"DateDeleted": "2026-08-01T07:05:18.6681077+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "b951a81e-2a0e-4ecc-b1da-b4af42dd2374",
"CaseID": "1d03bf08-6c5f-4768-b145-707a546d0cf6",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-08-01T07:05:18.6681077+00:00",
"DateDeleted": "2026-08-01T07:05:18.6681077+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "457eaf2a-ea00-40e1-9b25-1e02e0be7377"
}
text/html
Sample:
{"Id":"68ef55b5-67a8-40ea-b45a-133159f13ee6","Subject":"sample string 2","ReferredUserId":"f13cf61e-abfc-443e-9fcf-2256e262c12b","ReferringUserId":"7237ebe0-d147-456a-900b-3bc902d109bf","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-08-01T07:05:18.6681077+00:00","DateEdited":"2026-08-01T07:05:18.6681077+00:00","DateOfSelfDestruction":"2026-08-01T07:05:18.6681077+00:00","SelfDestructionDays":1,"Posts":[{"Id":"4a7fb3bb-90ca-4c94-91da-3d7bd6c1d635","PosterId":"313e2e2e-50d6-448e-bf89-6ef55680795f","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"4903cffd-cd11-401f-a8cd-a098e86d3958","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-08-01T07:05:18.6681077+00:00","AttachedFiles":[{"ID":"b951a81e-2a0e-4ecc-b1da-b4af42dd2374","CaseID":"1d03bf08-6c5f-4768-b145-707a546d0cf6","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-08-01T07:05:18.6681077+00:00","DateDeleted":"2026-08-01T07:05:18.6681077+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"b951a81e-2a0e-4ecc-b1da-b4af42dd2374","CaseID":"1d03bf08-6c5f-4768-b145-707a546d0cf6","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-08-01T07:05:18.6681077+00:00","DateDeleted":"2026-08-01T07:05:18.6681077+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"4a7fb3bb-90ca-4c94-91da-3d7bd6c1d635","PosterId":"313e2e2e-50d6-448e-bf89-6ef55680795f","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"4903cffd-cd11-401f-a8cd-a098e86d3958","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-08-01T07:05:18.6681077+00:00","AttachedFiles":[{"ID":"b951a81e-2a0e-4ecc-b1da-b4af42dd2374","CaseID":"1d03bf08-6c5f-4768-b145-707a546d0cf6","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-08-01T07:05:18.6681077+00:00","DateDeleted":"2026-08-01T07:05:18.6681077+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"b951a81e-2a0e-4ecc-b1da-b4af42dd2374","CaseID":"1d03bf08-6c5f-4768-b145-707a546d0cf6","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-08-01T07:05:18.6681077+00:00","DateDeleted":"2026-08-01T07:05:18.6681077+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"457eaf2a-ea00-40e1-9b25-1e02e0be7377"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>68ef55b5-67a8-40ea-b45a-133159f13ee6</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>f13cf61e-abfc-443e-9fcf-2256e262c12b</ReferredUserId>
<ReferringUserId>7237ebe0-d147-456a-900b-3bc902d109bf</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-08-01T07:05:18.6681077+00:00</DateCreated>
<DateEdited>2026-08-01T07:05:18.6681077+00:00</DateEdited>
<DateOfSelfDestruction>2026-08-01T07:05:18.6681077+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>4a7fb3bb-90ca-4c94-91da-3d7bd6c1d635</Id>
<PosterId>313e2e2e-50d6-448e-bf89-6ef55680795f</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>4903cffd-cd11-401f-a8cd-a098e86d3958</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-08-01T07:05:18.6681077+00:00</DateCreated>
<AttachedFiles>
<ID>b951a81e-2a0e-4ecc-b1da-b4af42dd2374</ID>
<CaseID>1d03bf08-6c5f-4768-b145-707a546d0cf6</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-08-01T07:05:18.6681077+00:00</DateCreated>
<DateDeleted>2026-08-01T07:05:18.6681077+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>b951a81e-2a0e-4ecc-b1da-b4af42dd2374</ID>
<CaseID>1d03bf08-6c5f-4768-b145-707a546d0cf6</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-08-01T07:05:18.6681077+00:00</DateCreated>
<DateDeleted>2026-08-01T07:05:18.6681077+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>4a7fb3bb-90ca-4c94-91da-3d7bd6c1d635</Id>
<PosterId>313e2e2e-50d6-448e-bf89-6ef55680795f</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>4903cffd-cd11-401f-a8cd-a098e86d3958</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-08-01T07:05:18.6681077+00:00</DateCreated>
<AttachedFiles>
<ID>b951a81e-2a0e-4ecc-b1da-b4af42dd2374</ID>
<CaseID>1d03bf08-6c5f-4768-b145-707a546d0cf6</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-08-01T07:05:18.6681077+00:00</DateCreated>
<DateDeleted>2026-08-01T07:05:18.6681077+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>b951a81e-2a0e-4ecc-b1da-b4af42dd2374</ID>
<CaseID>1d03bf08-6c5f-4768-b145-707a546d0cf6</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-08-01T07:05:18.6681077+00:00</DateCreated>
<DateDeleted>2026-08-01T07:05:18.6681077+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>457eaf2a-ea00-40e1-9b25-1e02e0be7377</UserInvitationId>
</MessageThreadDto>