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": "8b24164a-2bd1-4040-a006-8cd9ebfc605c",
"Subject": "sample string 2",
"ReferredUserId": "7d88d11e-2d15-417d-b95a-8f24408282da",
"ReferringUserId": "5312b3e2-c7ad-4146-9000-aa6cf4989aea",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-09-03T19:54:05.5060147+00:00",
"DateEdited": "2026-09-03T19:54:05.5060147+00:00",
"DateOfSelfDestruction": "2026-09-03T19:54:05.5060147+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "fb4b2eaf-826b-4382-88fd-dc14ab90f3d0",
"PosterId": "aecdbfb2-7757-4593-a037-d83774078995",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "f7dde7e0-6e82-4fc8-bab1-32fbaa87b51b",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-09-03T19:54:05.5060147+00:00",
"AttachedFiles": [
{
"ID": "fcf72319-6c08-4c9a-bcf9-3845699da529",
"CaseID": "b946d156-1f87-49e4-89ef-71f25aa7e872",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-03T19:54:05.5060147+00:00",
"DateDeleted": "2026-09-03T19:54:05.5060147+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "fcf72319-6c08-4c9a-bcf9-3845699da529",
"CaseID": "b946d156-1f87-49e4-89ef-71f25aa7e872",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-03T19:54:05.5060147+00:00",
"DateDeleted": "2026-09-03T19:54:05.5060147+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "fb4b2eaf-826b-4382-88fd-dc14ab90f3d0",
"PosterId": "aecdbfb2-7757-4593-a037-d83774078995",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "f7dde7e0-6e82-4fc8-bab1-32fbaa87b51b",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-09-03T19:54:05.5060147+00:00",
"AttachedFiles": [
{
"ID": "fcf72319-6c08-4c9a-bcf9-3845699da529",
"CaseID": "b946d156-1f87-49e4-89ef-71f25aa7e872",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-03T19:54:05.5060147+00:00",
"DateDeleted": "2026-09-03T19:54:05.5060147+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "fcf72319-6c08-4c9a-bcf9-3845699da529",
"CaseID": "b946d156-1f87-49e4-89ef-71f25aa7e872",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-03T19:54:05.5060147+00:00",
"DateDeleted": "2026-09-03T19:54:05.5060147+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "c10c36d2-2cda-4928-ac50-7fa99e7b1e59"
}
text/html
Sample:
{"Id":"8b24164a-2bd1-4040-a006-8cd9ebfc605c","Subject":"sample string 2","ReferredUserId":"7d88d11e-2d15-417d-b95a-8f24408282da","ReferringUserId":"5312b3e2-c7ad-4146-9000-aa6cf4989aea","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-09-03T19:54:05.5060147+00:00","DateEdited":"2026-09-03T19:54:05.5060147+00:00","DateOfSelfDestruction":"2026-09-03T19:54:05.5060147+00:00","SelfDestructionDays":1,"Posts":[{"Id":"fb4b2eaf-826b-4382-88fd-dc14ab90f3d0","PosterId":"aecdbfb2-7757-4593-a037-d83774078995","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"f7dde7e0-6e82-4fc8-bab1-32fbaa87b51b","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-09-03T19:54:05.5060147+00:00","AttachedFiles":[{"ID":"fcf72319-6c08-4c9a-bcf9-3845699da529","CaseID":"b946d156-1f87-49e4-89ef-71f25aa7e872","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-03T19:54:05.5060147+00:00","DateDeleted":"2026-09-03T19:54:05.5060147+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"fcf72319-6c08-4c9a-bcf9-3845699da529","CaseID":"b946d156-1f87-49e4-89ef-71f25aa7e872","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-03T19:54:05.5060147+00:00","DateDeleted":"2026-09-03T19:54:05.5060147+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"fb4b2eaf-826b-4382-88fd-dc14ab90f3d0","PosterId":"aecdbfb2-7757-4593-a037-d83774078995","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"f7dde7e0-6e82-4fc8-bab1-32fbaa87b51b","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-09-03T19:54:05.5060147+00:00","AttachedFiles":[{"ID":"fcf72319-6c08-4c9a-bcf9-3845699da529","CaseID":"b946d156-1f87-49e4-89ef-71f25aa7e872","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-03T19:54:05.5060147+00:00","DateDeleted":"2026-09-03T19:54:05.5060147+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"fcf72319-6c08-4c9a-bcf9-3845699da529","CaseID":"b946d156-1f87-49e4-89ef-71f25aa7e872","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-03T19:54:05.5060147+00:00","DateDeleted":"2026-09-03T19:54:05.5060147+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"c10c36d2-2cda-4928-ac50-7fa99e7b1e59"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>8b24164a-2bd1-4040-a006-8cd9ebfc605c</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>7d88d11e-2d15-417d-b95a-8f24408282da</ReferredUserId>
<ReferringUserId>5312b3e2-c7ad-4146-9000-aa6cf4989aea</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-09-03T19:54:05.5060147+00:00</DateCreated>
<DateEdited>2026-09-03T19:54:05.5060147+00:00</DateEdited>
<DateOfSelfDestruction>2026-09-03T19:54:05.5060147+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>fb4b2eaf-826b-4382-88fd-dc14ab90f3d0</Id>
<PosterId>aecdbfb2-7757-4593-a037-d83774078995</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>f7dde7e0-6e82-4fc8-bab1-32fbaa87b51b</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-09-03T19:54:05.5060147+00:00</DateCreated>
<AttachedFiles>
<ID>fcf72319-6c08-4c9a-bcf9-3845699da529</ID>
<CaseID>b946d156-1f87-49e4-89ef-71f25aa7e872</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-03T19:54:05.5060147+00:00</DateCreated>
<DateDeleted>2026-09-03T19:54:05.5060147+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>fcf72319-6c08-4c9a-bcf9-3845699da529</ID>
<CaseID>b946d156-1f87-49e4-89ef-71f25aa7e872</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-03T19:54:05.5060147+00:00</DateCreated>
<DateDeleted>2026-09-03T19:54:05.5060147+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>fb4b2eaf-826b-4382-88fd-dc14ab90f3d0</Id>
<PosterId>aecdbfb2-7757-4593-a037-d83774078995</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>f7dde7e0-6e82-4fc8-bab1-32fbaa87b51b</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-09-03T19:54:05.5060147+00:00</DateCreated>
<AttachedFiles>
<ID>fcf72319-6c08-4c9a-bcf9-3845699da529</ID>
<CaseID>b946d156-1f87-49e4-89ef-71f25aa7e872</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-03T19:54:05.5060147+00:00</DateCreated>
<DateDeleted>2026-09-03T19:54:05.5060147+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>fcf72319-6c08-4c9a-bcf9-3845699da529</ID>
<CaseID>b946d156-1f87-49e4-89ef-71f25aa7e872</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-03T19:54:05.5060147+00:00</DateCreated>
<DateDeleted>2026-09-03T19:54:05.5060147+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>c10c36d2-2cda-4928-ac50-7fa99e7b1e59</UserInvitationId>
</MessageThreadDto>