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": "c147f828-ea59-472b-9e10-c4667f774630",
"Subject": "sample string 2",
"ReferredUserId": "70d98260-96a2-4323-a53c-89609b5e7826",
"ReferringUserId": "f6c0146f-9e40-444e-a4ee-dad00d59af93",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-08-02T05:48:33.7501349+00:00",
"DateEdited": "2026-08-02T05:48:33.7501349+00:00",
"DateOfSelfDestruction": "2026-08-02T05:48:33.7501349+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "9d9ec9e8-ec29-4266-805b-602659f6ea89",
"PosterId": "3cc1a9bd-9837-47d6-8773-dd235d26ef51",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "0f63dcbe-c27c-44ed-95d5-8fe4fb0389e4",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-08-02T05:48:33.7501349+00:00",
"AttachedFiles": [
{
"ID": "8e5f39ac-9c72-4b55-b20a-cf4fdd3b00e6",
"CaseID": "c04521ac-ffaa-4ef6-a692-8370fd7484b0",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-08-02T05:48:33.7501349+00:00",
"DateDeleted": "2026-08-02T05:48:33.7501349+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "8e5f39ac-9c72-4b55-b20a-cf4fdd3b00e6",
"CaseID": "c04521ac-ffaa-4ef6-a692-8370fd7484b0",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-08-02T05:48:33.7501349+00:00",
"DateDeleted": "2026-08-02T05:48:33.7501349+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "9d9ec9e8-ec29-4266-805b-602659f6ea89",
"PosterId": "3cc1a9bd-9837-47d6-8773-dd235d26ef51",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "0f63dcbe-c27c-44ed-95d5-8fe4fb0389e4",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-08-02T05:48:33.7501349+00:00",
"AttachedFiles": [
{
"ID": "8e5f39ac-9c72-4b55-b20a-cf4fdd3b00e6",
"CaseID": "c04521ac-ffaa-4ef6-a692-8370fd7484b0",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-08-02T05:48:33.7501349+00:00",
"DateDeleted": "2026-08-02T05:48:33.7501349+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "8e5f39ac-9c72-4b55-b20a-cf4fdd3b00e6",
"CaseID": "c04521ac-ffaa-4ef6-a692-8370fd7484b0",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-08-02T05:48:33.7501349+00:00",
"DateDeleted": "2026-08-02T05:48:33.7501349+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "de8e8f7b-cbf1-42a0-ae6e-d7c6aed96194"
}
text/html
Sample:
{"Id":"c147f828-ea59-472b-9e10-c4667f774630","Subject":"sample string 2","ReferredUserId":"70d98260-96a2-4323-a53c-89609b5e7826","ReferringUserId":"f6c0146f-9e40-444e-a4ee-dad00d59af93","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-08-02T05:48:33.7501349+00:00","DateEdited":"2026-08-02T05:48:33.7501349+00:00","DateOfSelfDestruction":"2026-08-02T05:48:33.7501349+00:00","SelfDestructionDays":1,"Posts":[{"Id":"9d9ec9e8-ec29-4266-805b-602659f6ea89","PosterId":"3cc1a9bd-9837-47d6-8773-dd235d26ef51","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"0f63dcbe-c27c-44ed-95d5-8fe4fb0389e4","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-08-02T05:48:33.7501349+00:00","AttachedFiles":[{"ID":"8e5f39ac-9c72-4b55-b20a-cf4fdd3b00e6","CaseID":"c04521ac-ffaa-4ef6-a692-8370fd7484b0","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-08-02T05:48:33.7501349+00:00","DateDeleted":"2026-08-02T05:48:33.7501349+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"8e5f39ac-9c72-4b55-b20a-cf4fdd3b00e6","CaseID":"c04521ac-ffaa-4ef6-a692-8370fd7484b0","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-08-02T05:48:33.7501349+00:00","DateDeleted":"2026-08-02T05:48:33.7501349+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"9d9ec9e8-ec29-4266-805b-602659f6ea89","PosterId":"3cc1a9bd-9837-47d6-8773-dd235d26ef51","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"0f63dcbe-c27c-44ed-95d5-8fe4fb0389e4","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-08-02T05:48:33.7501349+00:00","AttachedFiles":[{"ID":"8e5f39ac-9c72-4b55-b20a-cf4fdd3b00e6","CaseID":"c04521ac-ffaa-4ef6-a692-8370fd7484b0","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-08-02T05:48:33.7501349+00:00","DateDeleted":"2026-08-02T05:48:33.7501349+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"8e5f39ac-9c72-4b55-b20a-cf4fdd3b00e6","CaseID":"c04521ac-ffaa-4ef6-a692-8370fd7484b0","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-08-02T05:48:33.7501349+00:00","DateDeleted":"2026-08-02T05:48:33.7501349+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"de8e8f7b-cbf1-42a0-ae6e-d7c6aed96194"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>c147f828-ea59-472b-9e10-c4667f774630</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>70d98260-96a2-4323-a53c-89609b5e7826</ReferredUserId>
<ReferringUserId>f6c0146f-9e40-444e-a4ee-dad00d59af93</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-08-02T05:48:33.7501349+00:00</DateCreated>
<DateEdited>2026-08-02T05:48:33.7501349+00:00</DateEdited>
<DateOfSelfDestruction>2026-08-02T05:48:33.7501349+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>9d9ec9e8-ec29-4266-805b-602659f6ea89</Id>
<PosterId>3cc1a9bd-9837-47d6-8773-dd235d26ef51</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>0f63dcbe-c27c-44ed-95d5-8fe4fb0389e4</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-02T05:48:33.7501349+00:00</DateCreated>
<AttachedFiles>
<ID>8e5f39ac-9c72-4b55-b20a-cf4fdd3b00e6</ID>
<CaseID>c04521ac-ffaa-4ef6-a692-8370fd7484b0</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-08-02T05:48:33.7501349+00:00</DateCreated>
<DateDeleted>2026-08-02T05:48:33.7501349+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>8e5f39ac-9c72-4b55-b20a-cf4fdd3b00e6</ID>
<CaseID>c04521ac-ffaa-4ef6-a692-8370fd7484b0</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-08-02T05:48:33.7501349+00:00</DateCreated>
<DateDeleted>2026-08-02T05:48:33.7501349+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>9d9ec9e8-ec29-4266-805b-602659f6ea89</Id>
<PosterId>3cc1a9bd-9837-47d6-8773-dd235d26ef51</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>0f63dcbe-c27c-44ed-95d5-8fe4fb0389e4</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-02T05:48:33.7501349+00:00</DateCreated>
<AttachedFiles>
<ID>8e5f39ac-9c72-4b55-b20a-cf4fdd3b00e6</ID>
<CaseID>c04521ac-ffaa-4ef6-a692-8370fd7484b0</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-08-02T05:48:33.7501349+00:00</DateCreated>
<DateDeleted>2026-08-02T05:48:33.7501349+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>8e5f39ac-9c72-4b55-b20a-cf4fdd3b00e6</ID>
<CaseID>c04521ac-ffaa-4ef6-a692-8370fd7484b0</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-08-02T05:48:33.7501349+00:00</DateCreated>
<DateDeleted>2026-08-02T05:48:33.7501349+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>de8e8f7b-cbf1-42a0-ae6e-d7c6aed96194</UserInvitationId>
</MessageThreadDto>