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": "04b0c2de-9a94-4fb7-9c83-be32bf474457",
"Subject": "sample string 2",
"ReferredUserId": "d61de0ef-f6b3-4cbf-8474-3bf26e8859cc",
"ReferringUserId": "abb66b8d-0f38-4135-b541-35f721a7156f",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-03-25T04:15:31.8232874+00:00",
"DateEdited": "2026-03-25T04:15:31.8232874+00:00",
"DateOfSelfDestruction": "2026-03-25T04:15:31.8232874+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "00d508d7-3222-470a-b437-7a9daf4a3617",
"PosterId": "5e5febc9-a8a9-4ef9-96e1-c0b2c94b9008",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "f3317834-0583-41f9-af70-50391bf039e4",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-03-25T04:15:31.8232874+00:00",
"AttachedFiles": [
{
"ID": "d2984f46-cce6-4b10-b6d8-fc200ccc4874",
"CaseID": "c08423da-8c95-4798-85ec-9a214c19d6ea",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-03-25T04:15:31.8232874+00:00",
"DateDeleted": "2026-03-25T04:15:31.8232874+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "d2984f46-cce6-4b10-b6d8-fc200ccc4874",
"CaseID": "c08423da-8c95-4798-85ec-9a214c19d6ea",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-03-25T04:15:31.8232874+00:00",
"DateDeleted": "2026-03-25T04:15:31.8232874+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "00d508d7-3222-470a-b437-7a9daf4a3617",
"PosterId": "5e5febc9-a8a9-4ef9-96e1-c0b2c94b9008",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "f3317834-0583-41f9-af70-50391bf039e4",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-03-25T04:15:31.8232874+00:00",
"AttachedFiles": [
{
"ID": "d2984f46-cce6-4b10-b6d8-fc200ccc4874",
"CaseID": "c08423da-8c95-4798-85ec-9a214c19d6ea",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-03-25T04:15:31.8232874+00:00",
"DateDeleted": "2026-03-25T04:15:31.8232874+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "d2984f46-cce6-4b10-b6d8-fc200ccc4874",
"CaseID": "c08423da-8c95-4798-85ec-9a214c19d6ea",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-03-25T04:15:31.8232874+00:00",
"DateDeleted": "2026-03-25T04:15:31.8232874+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "c3a41303-1b7b-43bd-afea-c8ef7a6cdbd2"
}
text/html
Sample:
{"Id":"04b0c2de-9a94-4fb7-9c83-be32bf474457","Subject":"sample string 2","ReferredUserId":"d61de0ef-f6b3-4cbf-8474-3bf26e8859cc","ReferringUserId":"abb66b8d-0f38-4135-b541-35f721a7156f","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-03-25T04:15:31.8232874+00:00","DateEdited":"2026-03-25T04:15:31.8232874+00:00","DateOfSelfDestruction":"2026-03-25T04:15:31.8232874+00:00","SelfDestructionDays":1,"Posts":[{"Id":"00d508d7-3222-470a-b437-7a9daf4a3617","PosterId":"5e5febc9-a8a9-4ef9-96e1-c0b2c94b9008","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"f3317834-0583-41f9-af70-50391bf039e4","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-03-25T04:15:31.8232874+00:00","AttachedFiles":[{"ID":"d2984f46-cce6-4b10-b6d8-fc200ccc4874","CaseID":"c08423da-8c95-4798-85ec-9a214c19d6ea","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-03-25T04:15:31.8232874+00:00","DateDeleted":"2026-03-25T04:15:31.8232874+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"d2984f46-cce6-4b10-b6d8-fc200ccc4874","CaseID":"c08423da-8c95-4798-85ec-9a214c19d6ea","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-03-25T04:15:31.8232874+00:00","DateDeleted":"2026-03-25T04:15:31.8232874+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"00d508d7-3222-470a-b437-7a9daf4a3617","PosterId":"5e5febc9-a8a9-4ef9-96e1-c0b2c94b9008","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"f3317834-0583-41f9-af70-50391bf039e4","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-03-25T04:15:31.8232874+00:00","AttachedFiles":[{"ID":"d2984f46-cce6-4b10-b6d8-fc200ccc4874","CaseID":"c08423da-8c95-4798-85ec-9a214c19d6ea","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-03-25T04:15:31.8232874+00:00","DateDeleted":"2026-03-25T04:15:31.8232874+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"d2984f46-cce6-4b10-b6d8-fc200ccc4874","CaseID":"c08423da-8c95-4798-85ec-9a214c19d6ea","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-03-25T04:15:31.8232874+00:00","DateDeleted":"2026-03-25T04:15:31.8232874+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"c3a41303-1b7b-43bd-afea-c8ef7a6cdbd2"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>04b0c2de-9a94-4fb7-9c83-be32bf474457</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>d61de0ef-f6b3-4cbf-8474-3bf26e8859cc</ReferredUserId>
<ReferringUserId>abb66b8d-0f38-4135-b541-35f721a7156f</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-03-25T04:15:31.8232874+00:00</DateCreated>
<DateEdited>2026-03-25T04:15:31.8232874+00:00</DateEdited>
<DateOfSelfDestruction>2026-03-25T04:15:31.8232874+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>00d508d7-3222-470a-b437-7a9daf4a3617</Id>
<PosterId>5e5febc9-a8a9-4ef9-96e1-c0b2c94b9008</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>f3317834-0583-41f9-af70-50391bf039e4</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-03-25T04:15:31.8232874+00:00</DateCreated>
<AttachedFiles>
<ID>d2984f46-cce6-4b10-b6d8-fc200ccc4874</ID>
<CaseID>c08423da-8c95-4798-85ec-9a214c19d6ea</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-03-25T04:15:31.8232874+00:00</DateCreated>
<DateDeleted>2026-03-25T04:15:31.8232874+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>d2984f46-cce6-4b10-b6d8-fc200ccc4874</ID>
<CaseID>c08423da-8c95-4798-85ec-9a214c19d6ea</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-03-25T04:15:31.8232874+00:00</DateCreated>
<DateDeleted>2026-03-25T04:15:31.8232874+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>00d508d7-3222-470a-b437-7a9daf4a3617</Id>
<PosterId>5e5febc9-a8a9-4ef9-96e1-c0b2c94b9008</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>f3317834-0583-41f9-af70-50391bf039e4</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-03-25T04:15:31.8232874+00:00</DateCreated>
<AttachedFiles>
<ID>d2984f46-cce6-4b10-b6d8-fc200ccc4874</ID>
<CaseID>c08423da-8c95-4798-85ec-9a214c19d6ea</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-03-25T04:15:31.8232874+00:00</DateCreated>
<DateDeleted>2026-03-25T04:15:31.8232874+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>d2984f46-cce6-4b10-b6d8-fc200ccc4874</ID>
<CaseID>c08423da-8c95-4798-85ec-9a214c19d6ea</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-03-25T04:15:31.8232874+00:00</DateCreated>
<DateDeleted>2026-03-25T04:15:31.8232874+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>c3a41303-1b7b-43bd-afea-c8ef7a6cdbd2</UserInvitationId>
</MessageThreadDto>