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": "bf10cee0-062f-49dc-a55a-7b99c9ddf5db",
"Subject": "sample string 2",
"ReferredUserId": "a292c431-d347-45ac-a8ac-97637000237f",
"ReferringUserId": "a4f1917f-b758-44e9-b18c-4284d223a88e",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-06-01T17:25:44.527879+00:00",
"DateEdited": "2026-06-01T17:25:44.527879+00:00",
"DateOfSelfDestruction": "2026-06-01T17:25:44.527879+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "f6bc14f0-cbd3-4d11-a7dc-dc6c26ad88a4",
"PosterId": "67d321d0-c030-48ef-b67c-671f86cab532",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "b83df109-bbed-4683-9aa0-b3df93349138",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-06-01T17:25:44.527879+00:00",
"AttachedFiles": [
{
"ID": "4a16f071-6d6b-4381-9fef-dcd26a078afe",
"CaseID": "c1e9fbbf-5982-4d8b-847b-c76304eb3904",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-06-01T17:25:44.527879+00:00",
"DateDeleted": "2026-06-01T17:25:44.527879+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "4a16f071-6d6b-4381-9fef-dcd26a078afe",
"CaseID": "c1e9fbbf-5982-4d8b-847b-c76304eb3904",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-06-01T17:25:44.527879+00:00",
"DateDeleted": "2026-06-01T17:25:44.527879+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "f6bc14f0-cbd3-4d11-a7dc-dc6c26ad88a4",
"PosterId": "67d321d0-c030-48ef-b67c-671f86cab532",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "b83df109-bbed-4683-9aa0-b3df93349138",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-06-01T17:25:44.527879+00:00",
"AttachedFiles": [
{
"ID": "4a16f071-6d6b-4381-9fef-dcd26a078afe",
"CaseID": "c1e9fbbf-5982-4d8b-847b-c76304eb3904",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-06-01T17:25:44.527879+00:00",
"DateDeleted": "2026-06-01T17:25:44.527879+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "4a16f071-6d6b-4381-9fef-dcd26a078afe",
"CaseID": "c1e9fbbf-5982-4d8b-847b-c76304eb3904",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-06-01T17:25:44.527879+00:00",
"DateDeleted": "2026-06-01T17:25:44.527879+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "5689a679-d546-4416-b2a6-5c9caf29c3e3"
}
text/html
Sample:
{"Id":"bf10cee0-062f-49dc-a55a-7b99c9ddf5db","Subject":"sample string 2","ReferredUserId":"a292c431-d347-45ac-a8ac-97637000237f","ReferringUserId":"a4f1917f-b758-44e9-b18c-4284d223a88e","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-06-01T17:25:44.527879+00:00","DateEdited":"2026-06-01T17:25:44.527879+00:00","DateOfSelfDestruction":"2026-06-01T17:25:44.527879+00:00","SelfDestructionDays":1,"Posts":[{"Id":"f6bc14f0-cbd3-4d11-a7dc-dc6c26ad88a4","PosterId":"67d321d0-c030-48ef-b67c-671f86cab532","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"b83df109-bbed-4683-9aa0-b3df93349138","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-06-01T17:25:44.527879+00:00","AttachedFiles":[{"ID":"4a16f071-6d6b-4381-9fef-dcd26a078afe","CaseID":"c1e9fbbf-5982-4d8b-847b-c76304eb3904","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-06-01T17:25:44.527879+00:00","DateDeleted":"2026-06-01T17:25:44.527879+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"4a16f071-6d6b-4381-9fef-dcd26a078afe","CaseID":"c1e9fbbf-5982-4d8b-847b-c76304eb3904","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-06-01T17:25:44.527879+00:00","DateDeleted":"2026-06-01T17:25:44.527879+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"f6bc14f0-cbd3-4d11-a7dc-dc6c26ad88a4","PosterId":"67d321d0-c030-48ef-b67c-671f86cab532","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"b83df109-bbed-4683-9aa0-b3df93349138","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-06-01T17:25:44.527879+00:00","AttachedFiles":[{"ID":"4a16f071-6d6b-4381-9fef-dcd26a078afe","CaseID":"c1e9fbbf-5982-4d8b-847b-c76304eb3904","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-06-01T17:25:44.527879+00:00","DateDeleted":"2026-06-01T17:25:44.527879+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"4a16f071-6d6b-4381-9fef-dcd26a078afe","CaseID":"c1e9fbbf-5982-4d8b-847b-c76304eb3904","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-06-01T17:25:44.527879+00:00","DateDeleted":"2026-06-01T17:25:44.527879+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"5689a679-d546-4416-b2a6-5c9caf29c3e3"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>bf10cee0-062f-49dc-a55a-7b99c9ddf5db</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>a292c431-d347-45ac-a8ac-97637000237f</ReferredUserId>
<ReferringUserId>a4f1917f-b758-44e9-b18c-4284d223a88e</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-06-01T17:25:44.527879+00:00</DateCreated>
<DateEdited>2026-06-01T17:25:44.527879+00:00</DateEdited>
<DateOfSelfDestruction>2026-06-01T17:25:44.527879+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>f6bc14f0-cbd3-4d11-a7dc-dc6c26ad88a4</Id>
<PosterId>67d321d0-c030-48ef-b67c-671f86cab532</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>b83df109-bbed-4683-9aa0-b3df93349138</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-01T17:25:44.527879+00:00</DateCreated>
<AttachedFiles>
<ID>4a16f071-6d6b-4381-9fef-dcd26a078afe</ID>
<CaseID>c1e9fbbf-5982-4d8b-847b-c76304eb3904</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-06-01T17:25:44.527879+00:00</DateCreated>
<DateDeleted>2026-06-01T17:25:44.527879+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>4a16f071-6d6b-4381-9fef-dcd26a078afe</ID>
<CaseID>c1e9fbbf-5982-4d8b-847b-c76304eb3904</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-06-01T17:25:44.527879+00:00</DateCreated>
<DateDeleted>2026-06-01T17:25:44.527879+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>f6bc14f0-cbd3-4d11-a7dc-dc6c26ad88a4</Id>
<PosterId>67d321d0-c030-48ef-b67c-671f86cab532</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>b83df109-bbed-4683-9aa0-b3df93349138</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-01T17:25:44.527879+00:00</DateCreated>
<AttachedFiles>
<ID>4a16f071-6d6b-4381-9fef-dcd26a078afe</ID>
<CaseID>c1e9fbbf-5982-4d8b-847b-c76304eb3904</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-06-01T17:25:44.527879+00:00</DateCreated>
<DateDeleted>2026-06-01T17:25:44.527879+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>4a16f071-6d6b-4381-9fef-dcd26a078afe</ID>
<CaseID>c1e9fbbf-5982-4d8b-847b-c76304eb3904</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-06-01T17:25:44.527879+00:00</DateCreated>
<DateDeleted>2026-06-01T17:25:44.527879+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>5689a679-d546-4416-b2a6-5c9caf29c3e3</UserInvitationId>
</MessageThreadDto>