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": "1fd45f44-7d31-4f94-9b0f-aa0b73402134",
"Subject": "sample string 2",
"ReferredUserId": "c7c0dd9a-934d-4649-945d-f2f92c45be28",
"ReferringUserId": "52c1c67e-65bd-46e0-92cb-a6c00afd4ccd",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-01-12T16:18:06.6291679+00:00",
"DateEdited": "2026-01-12T16:18:06.6291679+00:00",
"DateOfSelfDestruction": "2026-01-12T16:18:06.6291679+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "6fd9c01e-a03b-459d-90d4-91a76203cf11",
"PosterId": "b7a452d9-d5f6-40f2-abd3-7b42dc2a2bb5",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "8f7f9fc5-8836-4518-b60d-1ec2de675e36",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-01-12T16:18:06.6291679+00:00",
"AttachedFiles": [
{
"ID": "b340d23d-a463-4eb9-a022-69897ad237b6",
"CaseID": "d0c16905-f1ed-4a9a-ad29-30fd84ee340a",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-12T16:18:06.6291679+00:00",
"DateDeleted": "2026-01-12T16:18:06.6291679+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "b340d23d-a463-4eb9-a022-69897ad237b6",
"CaseID": "d0c16905-f1ed-4a9a-ad29-30fd84ee340a",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-12T16:18:06.6291679+00:00",
"DateDeleted": "2026-01-12T16:18:06.6291679+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "6fd9c01e-a03b-459d-90d4-91a76203cf11",
"PosterId": "b7a452d9-d5f6-40f2-abd3-7b42dc2a2bb5",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "8f7f9fc5-8836-4518-b60d-1ec2de675e36",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-01-12T16:18:06.6291679+00:00",
"AttachedFiles": [
{
"ID": "b340d23d-a463-4eb9-a022-69897ad237b6",
"CaseID": "d0c16905-f1ed-4a9a-ad29-30fd84ee340a",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-12T16:18:06.6291679+00:00",
"DateDeleted": "2026-01-12T16:18:06.6291679+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "b340d23d-a463-4eb9-a022-69897ad237b6",
"CaseID": "d0c16905-f1ed-4a9a-ad29-30fd84ee340a",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-12T16:18:06.6291679+00:00",
"DateDeleted": "2026-01-12T16:18:06.6291679+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "4f2ff119-7246-4372-b9f5-8147d13144cc"
}
text/html
Sample:
{"Id":"1fd45f44-7d31-4f94-9b0f-aa0b73402134","Subject":"sample string 2","ReferredUserId":"c7c0dd9a-934d-4649-945d-f2f92c45be28","ReferringUserId":"52c1c67e-65bd-46e0-92cb-a6c00afd4ccd","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-01-12T16:18:06.6291679+00:00","DateEdited":"2026-01-12T16:18:06.6291679+00:00","DateOfSelfDestruction":"2026-01-12T16:18:06.6291679+00:00","SelfDestructionDays":1,"Posts":[{"Id":"6fd9c01e-a03b-459d-90d4-91a76203cf11","PosterId":"b7a452d9-d5f6-40f2-abd3-7b42dc2a2bb5","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"8f7f9fc5-8836-4518-b60d-1ec2de675e36","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-01-12T16:18:06.6291679+00:00","AttachedFiles":[{"ID":"b340d23d-a463-4eb9-a022-69897ad237b6","CaseID":"d0c16905-f1ed-4a9a-ad29-30fd84ee340a","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-12T16:18:06.6291679+00:00","DateDeleted":"2026-01-12T16:18:06.6291679+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"b340d23d-a463-4eb9-a022-69897ad237b6","CaseID":"d0c16905-f1ed-4a9a-ad29-30fd84ee340a","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-12T16:18:06.6291679+00:00","DateDeleted":"2026-01-12T16:18:06.6291679+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"6fd9c01e-a03b-459d-90d4-91a76203cf11","PosterId":"b7a452d9-d5f6-40f2-abd3-7b42dc2a2bb5","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"8f7f9fc5-8836-4518-b60d-1ec2de675e36","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-01-12T16:18:06.6291679+00:00","AttachedFiles":[{"ID":"b340d23d-a463-4eb9-a022-69897ad237b6","CaseID":"d0c16905-f1ed-4a9a-ad29-30fd84ee340a","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-12T16:18:06.6291679+00:00","DateDeleted":"2026-01-12T16:18:06.6291679+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"b340d23d-a463-4eb9-a022-69897ad237b6","CaseID":"d0c16905-f1ed-4a9a-ad29-30fd84ee340a","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-12T16:18:06.6291679+00:00","DateDeleted":"2026-01-12T16:18:06.6291679+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"4f2ff119-7246-4372-b9f5-8147d13144cc"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>1fd45f44-7d31-4f94-9b0f-aa0b73402134</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>c7c0dd9a-934d-4649-945d-f2f92c45be28</ReferredUserId>
<ReferringUserId>52c1c67e-65bd-46e0-92cb-a6c00afd4ccd</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-01-12T16:18:06.6291679+00:00</DateCreated>
<DateEdited>2026-01-12T16:18:06.6291679+00:00</DateEdited>
<DateOfSelfDestruction>2026-01-12T16:18:06.6291679+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>6fd9c01e-a03b-459d-90d4-91a76203cf11</Id>
<PosterId>b7a452d9-d5f6-40f2-abd3-7b42dc2a2bb5</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>8f7f9fc5-8836-4518-b60d-1ec2de675e36</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-12T16:18:06.6291679+00:00</DateCreated>
<AttachedFiles>
<ID>b340d23d-a463-4eb9-a022-69897ad237b6</ID>
<CaseID>d0c16905-f1ed-4a9a-ad29-30fd84ee340a</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-12T16:18:06.6291679+00:00</DateCreated>
<DateDeleted>2026-01-12T16:18:06.6291679+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>b340d23d-a463-4eb9-a022-69897ad237b6</ID>
<CaseID>d0c16905-f1ed-4a9a-ad29-30fd84ee340a</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-12T16:18:06.6291679+00:00</DateCreated>
<DateDeleted>2026-01-12T16:18:06.6291679+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>6fd9c01e-a03b-459d-90d4-91a76203cf11</Id>
<PosterId>b7a452d9-d5f6-40f2-abd3-7b42dc2a2bb5</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>8f7f9fc5-8836-4518-b60d-1ec2de675e36</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-12T16:18:06.6291679+00:00</DateCreated>
<AttachedFiles>
<ID>b340d23d-a463-4eb9-a022-69897ad237b6</ID>
<CaseID>d0c16905-f1ed-4a9a-ad29-30fd84ee340a</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-12T16:18:06.6291679+00:00</DateCreated>
<DateDeleted>2026-01-12T16:18:06.6291679+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>b340d23d-a463-4eb9-a022-69897ad237b6</ID>
<CaseID>d0c16905-f1ed-4a9a-ad29-30fd84ee340a</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-12T16:18:06.6291679+00:00</DateCreated>
<DateDeleted>2026-01-12T16:18:06.6291679+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>4f2ff119-7246-4372-b9f5-8147d13144cc</UserInvitationId>
</MessageThreadDto>