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": "a638281f-2af8-48f9-8f91-567b4e527ddf",
"Subject": "sample string 2",
"ReferredUserId": "ddd5f806-47b7-43f5-ad75-e30d443c0687",
"ReferringUserId": "fd8a3c2e-ed41-4e7a-94ce-d08197462319",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-02-27T03:16:33.1245767+00:00",
"DateEdited": "2026-02-27T03:16:33.1245767+00:00",
"DateOfSelfDestruction": "2026-02-27T03:16:33.1245767+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "c1bdf2a5-a856-4c42-acfc-91e133d303fc",
"PosterId": "a22d5f6f-e08d-406e-9477-a1a5e89b3094",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "93f54958-6cbf-42dc-b816-439b3d890ac6",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-02-27T03:16:33.1245767+00:00",
"AttachedFiles": [
{
"ID": "828972ad-7a7a-44dc-b15b-483fff8c28e2",
"CaseID": "834f80b1-d66e-48e6-a0e6-aa16b9ce2851",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-02-27T03:16:33.1245767+00:00",
"DateDeleted": "2026-02-27T03:16:33.1245767+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "828972ad-7a7a-44dc-b15b-483fff8c28e2",
"CaseID": "834f80b1-d66e-48e6-a0e6-aa16b9ce2851",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-02-27T03:16:33.1245767+00:00",
"DateDeleted": "2026-02-27T03:16:33.1245767+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "c1bdf2a5-a856-4c42-acfc-91e133d303fc",
"PosterId": "a22d5f6f-e08d-406e-9477-a1a5e89b3094",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "93f54958-6cbf-42dc-b816-439b3d890ac6",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-02-27T03:16:33.1245767+00:00",
"AttachedFiles": [
{
"ID": "828972ad-7a7a-44dc-b15b-483fff8c28e2",
"CaseID": "834f80b1-d66e-48e6-a0e6-aa16b9ce2851",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-02-27T03:16:33.1245767+00:00",
"DateDeleted": "2026-02-27T03:16:33.1245767+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "828972ad-7a7a-44dc-b15b-483fff8c28e2",
"CaseID": "834f80b1-d66e-48e6-a0e6-aa16b9ce2851",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-02-27T03:16:33.1245767+00:00",
"DateDeleted": "2026-02-27T03:16:33.1245767+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "6080affe-edc2-4fc3-98d4-284d3a0f009b"
}
text/html
Sample:
{"Id":"a638281f-2af8-48f9-8f91-567b4e527ddf","Subject":"sample string 2","ReferredUserId":"ddd5f806-47b7-43f5-ad75-e30d443c0687","ReferringUserId":"fd8a3c2e-ed41-4e7a-94ce-d08197462319","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-02-27T03:16:33.1245767+00:00","DateEdited":"2026-02-27T03:16:33.1245767+00:00","DateOfSelfDestruction":"2026-02-27T03:16:33.1245767+00:00","SelfDestructionDays":1,"Posts":[{"Id":"c1bdf2a5-a856-4c42-acfc-91e133d303fc","PosterId":"a22d5f6f-e08d-406e-9477-a1a5e89b3094","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"93f54958-6cbf-42dc-b816-439b3d890ac6","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-02-27T03:16:33.1245767+00:00","AttachedFiles":[{"ID":"828972ad-7a7a-44dc-b15b-483fff8c28e2","CaseID":"834f80b1-d66e-48e6-a0e6-aa16b9ce2851","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-02-27T03:16:33.1245767+00:00","DateDeleted":"2026-02-27T03:16:33.1245767+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"828972ad-7a7a-44dc-b15b-483fff8c28e2","CaseID":"834f80b1-d66e-48e6-a0e6-aa16b9ce2851","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-02-27T03:16:33.1245767+00:00","DateDeleted":"2026-02-27T03:16:33.1245767+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"c1bdf2a5-a856-4c42-acfc-91e133d303fc","PosterId":"a22d5f6f-e08d-406e-9477-a1a5e89b3094","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"93f54958-6cbf-42dc-b816-439b3d890ac6","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-02-27T03:16:33.1245767+00:00","AttachedFiles":[{"ID":"828972ad-7a7a-44dc-b15b-483fff8c28e2","CaseID":"834f80b1-d66e-48e6-a0e6-aa16b9ce2851","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-02-27T03:16:33.1245767+00:00","DateDeleted":"2026-02-27T03:16:33.1245767+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"828972ad-7a7a-44dc-b15b-483fff8c28e2","CaseID":"834f80b1-d66e-48e6-a0e6-aa16b9ce2851","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-02-27T03:16:33.1245767+00:00","DateDeleted":"2026-02-27T03:16:33.1245767+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"6080affe-edc2-4fc3-98d4-284d3a0f009b"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>a638281f-2af8-48f9-8f91-567b4e527ddf</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>ddd5f806-47b7-43f5-ad75-e30d443c0687</ReferredUserId>
<ReferringUserId>fd8a3c2e-ed41-4e7a-94ce-d08197462319</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-02-27T03:16:33.1245767+00:00</DateCreated>
<DateEdited>2026-02-27T03:16:33.1245767+00:00</DateEdited>
<DateOfSelfDestruction>2026-02-27T03:16:33.1245767+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>c1bdf2a5-a856-4c42-acfc-91e133d303fc</Id>
<PosterId>a22d5f6f-e08d-406e-9477-a1a5e89b3094</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>93f54958-6cbf-42dc-b816-439b3d890ac6</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-02-27T03:16:33.1245767+00:00</DateCreated>
<AttachedFiles>
<ID>828972ad-7a7a-44dc-b15b-483fff8c28e2</ID>
<CaseID>834f80b1-d66e-48e6-a0e6-aa16b9ce2851</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-02-27T03:16:33.1245767+00:00</DateCreated>
<DateDeleted>2026-02-27T03:16:33.1245767+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>828972ad-7a7a-44dc-b15b-483fff8c28e2</ID>
<CaseID>834f80b1-d66e-48e6-a0e6-aa16b9ce2851</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-02-27T03:16:33.1245767+00:00</DateCreated>
<DateDeleted>2026-02-27T03:16:33.1245767+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>c1bdf2a5-a856-4c42-acfc-91e133d303fc</Id>
<PosterId>a22d5f6f-e08d-406e-9477-a1a5e89b3094</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>93f54958-6cbf-42dc-b816-439b3d890ac6</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-02-27T03:16:33.1245767+00:00</DateCreated>
<AttachedFiles>
<ID>828972ad-7a7a-44dc-b15b-483fff8c28e2</ID>
<CaseID>834f80b1-d66e-48e6-a0e6-aa16b9ce2851</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-02-27T03:16:33.1245767+00:00</DateCreated>
<DateDeleted>2026-02-27T03:16:33.1245767+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>828972ad-7a7a-44dc-b15b-483fff8c28e2</ID>
<CaseID>834f80b1-d66e-48e6-a0e6-aa16b9ce2851</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-02-27T03:16:33.1245767+00:00</DateCreated>
<DateDeleted>2026-02-27T03:16:33.1245767+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>6080affe-edc2-4fc3-98d4-284d3a0f009b</UserInvitationId>
</MessageThreadDto>