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": "1e1f1a3c-594a-45e8-8b19-07271c737653",
"Subject": "sample string 2",
"ReferredUserId": "b414c5bf-c39a-40be-9086-f52504786fc8",
"ReferringUserId": "6bab1fae-41e0-49cc-9651-1c95be2e7e28",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-07-07T05:33:33.0982098-05:00",
"DateEdited": "2026-07-07T05:33:33.0982098-05:00",
"DateOfSelfDestruction": "2026-07-07T05:33:33.0982098-05:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "b0859569-d7b7-46d6-b0b0-de98e4a6c259",
"PosterId": "dc3229ac-6114-4715-a537-2f3268d88800",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "cb33e00d-d147-4b78-8595-01a2edd35055",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-07-07T05:33:33.0982098-05:00",
"AttachedFiles": [
{
"ID": "28f47fad-aa2d-4540-9f57-2a7ace966775",
"CaseID": "a8f6317d-82f1-47bd-bfea-8a498fb1cb30",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-07T05:33:33.0982098-05:00",
"DateDeleted": "2026-07-07T05:33:33.0982098-05:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "28f47fad-aa2d-4540-9f57-2a7ace966775",
"CaseID": "a8f6317d-82f1-47bd-bfea-8a498fb1cb30",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-07T05:33:33.0982098-05:00",
"DateDeleted": "2026-07-07T05:33:33.0982098-05:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "b0859569-d7b7-46d6-b0b0-de98e4a6c259",
"PosterId": "dc3229ac-6114-4715-a537-2f3268d88800",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "cb33e00d-d147-4b78-8595-01a2edd35055",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-07-07T05:33:33.0982098-05:00",
"AttachedFiles": [
{
"ID": "28f47fad-aa2d-4540-9f57-2a7ace966775",
"CaseID": "a8f6317d-82f1-47bd-bfea-8a498fb1cb30",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-07T05:33:33.0982098-05:00",
"DateDeleted": "2026-07-07T05:33:33.0982098-05:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "28f47fad-aa2d-4540-9f57-2a7ace966775",
"CaseID": "a8f6317d-82f1-47bd-bfea-8a498fb1cb30",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-07T05:33:33.0982098-05:00",
"DateDeleted": "2026-07-07T05:33:33.0982098-05:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "faaa92d7-2ca1-41c5-a25a-22d836e2aea1"
}
text/html
Sample:
{"Id":"1e1f1a3c-594a-45e8-8b19-07271c737653","Subject":"sample string 2","ReferredUserId":"b414c5bf-c39a-40be-9086-f52504786fc8","ReferringUserId":"6bab1fae-41e0-49cc-9651-1c95be2e7e28","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-07-07T05:33:33.0982098-05:00","DateEdited":"2026-07-07T05:33:33.0982098-05:00","DateOfSelfDestruction":"2026-07-07T05:33:33.0982098-05:00","SelfDestructionDays":1,"Posts":[{"Id":"b0859569-d7b7-46d6-b0b0-de98e4a6c259","PosterId":"dc3229ac-6114-4715-a537-2f3268d88800","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"cb33e00d-d147-4b78-8595-01a2edd35055","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-07-07T05:33:33.0982098-05:00","AttachedFiles":[{"ID":"28f47fad-aa2d-4540-9f57-2a7ace966775","CaseID":"a8f6317d-82f1-47bd-bfea-8a498fb1cb30","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-07T05:33:33.0982098-05:00","DateDeleted":"2026-07-07T05:33:33.0982098-05:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"28f47fad-aa2d-4540-9f57-2a7ace966775","CaseID":"a8f6317d-82f1-47bd-bfea-8a498fb1cb30","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-07T05:33:33.0982098-05:00","DateDeleted":"2026-07-07T05:33:33.0982098-05:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"b0859569-d7b7-46d6-b0b0-de98e4a6c259","PosterId":"dc3229ac-6114-4715-a537-2f3268d88800","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"cb33e00d-d147-4b78-8595-01a2edd35055","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-07-07T05:33:33.0982098-05:00","AttachedFiles":[{"ID":"28f47fad-aa2d-4540-9f57-2a7ace966775","CaseID":"a8f6317d-82f1-47bd-bfea-8a498fb1cb30","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-07T05:33:33.0982098-05:00","DateDeleted":"2026-07-07T05:33:33.0982098-05:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"28f47fad-aa2d-4540-9f57-2a7ace966775","CaseID":"a8f6317d-82f1-47bd-bfea-8a498fb1cb30","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-07T05:33:33.0982098-05:00","DateDeleted":"2026-07-07T05:33:33.0982098-05:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"faaa92d7-2ca1-41c5-a25a-22d836e2aea1"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>1e1f1a3c-594a-45e8-8b19-07271c737653</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>b414c5bf-c39a-40be-9086-f52504786fc8</ReferredUserId>
<ReferringUserId>6bab1fae-41e0-49cc-9651-1c95be2e7e28</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-07-07T05:33:33.0982098-05:00</DateCreated>
<DateEdited>2026-07-07T05:33:33.0982098-05:00</DateEdited>
<DateOfSelfDestruction>2026-07-07T05:33:33.0982098-05:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>b0859569-d7b7-46d6-b0b0-de98e4a6c259</Id>
<PosterId>dc3229ac-6114-4715-a537-2f3268d88800</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>cb33e00d-d147-4b78-8595-01a2edd35055</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-07-07T05:33:33.0982098-05:00</DateCreated>
<AttachedFiles>
<ID>28f47fad-aa2d-4540-9f57-2a7ace966775</ID>
<CaseID>a8f6317d-82f1-47bd-bfea-8a498fb1cb30</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-07T05:33:33.0982098-05:00</DateCreated>
<DateDeleted>2026-07-07T05:33:33.0982098-05:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>28f47fad-aa2d-4540-9f57-2a7ace966775</ID>
<CaseID>a8f6317d-82f1-47bd-bfea-8a498fb1cb30</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-07T05:33:33.0982098-05:00</DateCreated>
<DateDeleted>2026-07-07T05:33:33.0982098-05:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>b0859569-d7b7-46d6-b0b0-de98e4a6c259</Id>
<PosterId>dc3229ac-6114-4715-a537-2f3268d88800</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>cb33e00d-d147-4b78-8595-01a2edd35055</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-07-07T05:33:33.0982098-05:00</DateCreated>
<AttachedFiles>
<ID>28f47fad-aa2d-4540-9f57-2a7ace966775</ID>
<CaseID>a8f6317d-82f1-47bd-bfea-8a498fb1cb30</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-07T05:33:33.0982098-05:00</DateCreated>
<DateDeleted>2026-07-07T05:33:33.0982098-05:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>28f47fad-aa2d-4540-9f57-2a7ace966775</ID>
<CaseID>a8f6317d-82f1-47bd-bfea-8a498fb1cb30</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-07T05:33:33.0982098-05:00</DateCreated>
<DateDeleted>2026-07-07T05:33:33.0982098-05: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>faaa92d7-2ca1-41c5-a25a-22d836e2aea1</UserInvitationId>
</MessageThreadDto>