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": "e9bc858b-54e9-44dd-80dc-11084ad597c6",
"Subject": "sample string 2",
"ReferredUserId": "58f33b61-17fd-4512-81a1-f154bbb11a6f",
"ReferringUserId": "5f0e1cb1-74e3-4d4a-9d38-483aefe199f2",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-06-15T21:54:46.7851508+00:00",
"DateEdited": "2026-06-15T21:54:46.7851508+00:00",
"DateOfSelfDestruction": "2026-06-15T21:54:46.7851508+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "1a03a347-08c7-433f-a651-908712e457b3",
"PosterId": "ab83f37a-ced2-4087-bfd0-f50f7c34780e",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "08f667ef-dc41-4d1c-9719-11b94c1307f7",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-06-15T21:54:46.7851508+00:00",
"AttachedFiles": [
{
"ID": "2beff5c1-f6e5-4129-b94d-39f89e932e0f",
"CaseID": "8b4c91fd-f0d0-4ecd-b0d9-3f09c83c6636",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-06-15T21:54:46.7851508+00:00",
"DateDeleted": "2026-06-15T21:54:46.7851508+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "2beff5c1-f6e5-4129-b94d-39f89e932e0f",
"CaseID": "8b4c91fd-f0d0-4ecd-b0d9-3f09c83c6636",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-06-15T21:54:46.7851508+00:00",
"DateDeleted": "2026-06-15T21:54:46.7851508+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "1a03a347-08c7-433f-a651-908712e457b3",
"PosterId": "ab83f37a-ced2-4087-bfd0-f50f7c34780e",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "08f667ef-dc41-4d1c-9719-11b94c1307f7",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-06-15T21:54:46.7851508+00:00",
"AttachedFiles": [
{
"ID": "2beff5c1-f6e5-4129-b94d-39f89e932e0f",
"CaseID": "8b4c91fd-f0d0-4ecd-b0d9-3f09c83c6636",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-06-15T21:54:46.7851508+00:00",
"DateDeleted": "2026-06-15T21:54:46.7851508+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "2beff5c1-f6e5-4129-b94d-39f89e932e0f",
"CaseID": "8b4c91fd-f0d0-4ecd-b0d9-3f09c83c6636",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-06-15T21:54:46.7851508+00:00",
"DateDeleted": "2026-06-15T21:54:46.7851508+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "44b4aaa0-a837-4ee5-8f65-ef2f04a08464"
}
text/html
Sample:
{"Id":"e9bc858b-54e9-44dd-80dc-11084ad597c6","Subject":"sample string 2","ReferredUserId":"58f33b61-17fd-4512-81a1-f154bbb11a6f","ReferringUserId":"5f0e1cb1-74e3-4d4a-9d38-483aefe199f2","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-06-15T21:54:46.7851508+00:00","DateEdited":"2026-06-15T21:54:46.7851508+00:00","DateOfSelfDestruction":"2026-06-15T21:54:46.7851508+00:00","SelfDestructionDays":1,"Posts":[{"Id":"1a03a347-08c7-433f-a651-908712e457b3","PosterId":"ab83f37a-ced2-4087-bfd0-f50f7c34780e","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"08f667ef-dc41-4d1c-9719-11b94c1307f7","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-06-15T21:54:46.7851508+00:00","AttachedFiles":[{"ID":"2beff5c1-f6e5-4129-b94d-39f89e932e0f","CaseID":"8b4c91fd-f0d0-4ecd-b0d9-3f09c83c6636","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-06-15T21:54:46.7851508+00:00","DateDeleted":"2026-06-15T21:54:46.7851508+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"2beff5c1-f6e5-4129-b94d-39f89e932e0f","CaseID":"8b4c91fd-f0d0-4ecd-b0d9-3f09c83c6636","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-06-15T21:54:46.7851508+00:00","DateDeleted":"2026-06-15T21:54:46.7851508+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"1a03a347-08c7-433f-a651-908712e457b3","PosterId":"ab83f37a-ced2-4087-bfd0-f50f7c34780e","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"08f667ef-dc41-4d1c-9719-11b94c1307f7","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-06-15T21:54:46.7851508+00:00","AttachedFiles":[{"ID":"2beff5c1-f6e5-4129-b94d-39f89e932e0f","CaseID":"8b4c91fd-f0d0-4ecd-b0d9-3f09c83c6636","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-06-15T21:54:46.7851508+00:00","DateDeleted":"2026-06-15T21:54:46.7851508+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"2beff5c1-f6e5-4129-b94d-39f89e932e0f","CaseID":"8b4c91fd-f0d0-4ecd-b0d9-3f09c83c6636","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-06-15T21:54:46.7851508+00:00","DateDeleted":"2026-06-15T21:54:46.7851508+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"44b4aaa0-a837-4ee5-8f65-ef2f04a08464"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>e9bc858b-54e9-44dd-80dc-11084ad597c6</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>58f33b61-17fd-4512-81a1-f154bbb11a6f</ReferredUserId>
<ReferringUserId>5f0e1cb1-74e3-4d4a-9d38-483aefe199f2</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-06-15T21:54:46.7851508+00:00</DateCreated>
<DateEdited>2026-06-15T21:54:46.7851508+00:00</DateEdited>
<DateOfSelfDestruction>2026-06-15T21:54:46.7851508+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>1a03a347-08c7-433f-a651-908712e457b3</Id>
<PosterId>ab83f37a-ced2-4087-bfd0-f50f7c34780e</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>08f667ef-dc41-4d1c-9719-11b94c1307f7</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-06-15T21:54:46.7851508+00:00</DateCreated>
<AttachedFiles>
<ID>2beff5c1-f6e5-4129-b94d-39f89e932e0f</ID>
<CaseID>8b4c91fd-f0d0-4ecd-b0d9-3f09c83c6636</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-06-15T21:54:46.7851508+00:00</DateCreated>
<DateDeleted>2026-06-15T21:54:46.7851508+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>2beff5c1-f6e5-4129-b94d-39f89e932e0f</ID>
<CaseID>8b4c91fd-f0d0-4ecd-b0d9-3f09c83c6636</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-06-15T21:54:46.7851508+00:00</DateCreated>
<DateDeleted>2026-06-15T21:54:46.7851508+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>1a03a347-08c7-433f-a651-908712e457b3</Id>
<PosterId>ab83f37a-ced2-4087-bfd0-f50f7c34780e</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>08f667ef-dc41-4d1c-9719-11b94c1307f7</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-06-15T21:54:46.7851508+00:00</DateCreated>
<AttachedFiles>
<ID>2beff5c1-f6e5-4129-b94d-39f89e932e0f</ID>
<CaseID>8b4c91fd-f0d0-4ecd-b0d9-3f09c83c6636</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-06-15T21:54:46.7851508+00:00</DateCreated>
<DateDeleted>2026-06-15T21:54:46.7851508+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>2beff5c1-f6e5-4129-b94d-39f89e932e0f</ID>
<CaseID>8b4c91fd-f0d0-4ecd-b0d9-3f09c83c6636</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-06-15T21:54:46.7851508+00:00</DateCreated>
<DateDeleted>2026-06-15T21:54:46.7851508+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>44b4aaa0-a837-4ee5-8f65-ef2f04a08464</UserInvitationId>
</MessageThreadDto>