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": "e3d373b8-9834-41a3-8c0c-9bc04308d824",
"Subject": "sample string 2",
"ReferredUserId": "57dc1e01-e8ac-45fc-88a9-6627e553a773",
"ReferringUserId": "891ae42b-ebee-4e55-a429-e0bab1a63e22",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-08-10T00:27:29.8231085+00:00",
"DateEdited": "2026-08-10T00:27:29.8231085+00:00",
"DateOfSelfDestruction": "2026-08-10T00:27:29.8231085+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "695c39aa-d2f4-468f-a849-ce36c24cded3",
"PosterId": "022ecd56-2775-46b5-8175-ee5751e8c57d",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "2cabc161-12f7-4eef-beb1-47b88e391003",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-08-10T00:27:29.8231085+00:00",
"AttachedFiles": [
{
"ID": "3057e6c4-f1e1-4cd2-b93d-789e38daf7fc",
"CaseID": "f77c78dc-d2c1-4a6f-a263-ca1d86710f60",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-08-10T00:27:29.8231085+00:00",
"DateDeleted": "2026-08-10T00:27:29.8231085+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "3057e6c4-f1e1-4cd2-b93d-789e38daf7fc",
"CaseID": "f77c78dc-d2c1-4a6f-a263-ca1d86710f60",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-08-10T00:27:29.8231085+00:00",
"DateDeleted": "2026-08-10T00:27:29.8231085+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "695c39aa-d2f4-468f-a849-ce36c24cded3",
"PosterId": "022ecd56-2775-46b5-8175-ee5751e8c57d",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "2cabc161-12f7-4eef-beb1-47b88e391003",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-08-10T00:27:29.8231085+00:00",
"AttachedFiles": [
{
"ID": "3057e6c4-f1e1-4cd2-b93d-789e38daf7fc",
"CaseID": "f77c78dc-d2c1-4a6f-a263-ca1d86710f60",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-08-10T00:27:29.8231085+00:00",
"DateDeleted": "2026-08-10T00:27:29.8231085+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "3057e6c4-f1e1-4cd2-b93d-789e38daf7fc",
"CaseID": "f77c78dc-d2c1-4a6f-a263-ca1d86710f60",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-08-10T00:27:29.8231085+00:00",
"DateDeleted": "2026-08-10T00:27:29.8231085+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "2cd75fe7-e36f-453b-9853-ece7c0c4e4ae"
}
text/html
Sample:
{"Id":"e3d373b8-9834-41a3-8c0c-9bc04308d824","Subject":"sample string 2","ReferredUserId":"57dc1e01-e8ac-45fc-88a9-6627e553a773","ReferringUserId":"891ae42b-ebee-4e55-a429-e0bab1a63e22","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-08-10T00:27:29.8231085+00:00","DateEdited":"2026-08-10T00:27:29.8231085+00:00","DateOfSelfDestruction":"2026-08-10T00:27:29.8231085+00:00","SelfDestructionDays":1,"Posts":[{"Id":"695c39aa-d2f4-468f-a849-ce36c24cded3","PosterId":"022ecd56-2775-46b5-8175-ee5751e8c57d","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"2cabc161-12f7-4eef-beb1-47b88e391003","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-08-10T00:27:29.8231085+00:00","AttachedFiles":[{"ID":"3057e6c4-f1e1-4cd2-b93d-789e38daf7fc","CaseID":"f77c78dc-d2c1-4a6f-a263-ca1d86710f60","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-08-10T00:27:29.8231085+00:00","DateDeleted":"2026-08-10T00:27:29.8231085+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"3057e6c4-f1e1-4cd2-b93d-789e38daf7fc","CaseID":"f77c78dc-d2c1-4a6f-a263-ca1d86710f60","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-08-10T00:27:29.8231085+00:00","DateDeleted":"2026-08-10T00:27:29.8231085+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"695c39aa-d2f4-468f-a849-ce36c24cded3","PosterId":"022ecd56-2775-46b5-8175-ee5751e8c57d","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"2cabc161-12f7-4eef-beb1-47b88e391003","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-08-10T00:27:29.8231085+00:00","AttachedFiles":[{"ID":"3057e6c4-f1e1-4cd2-b93d-789e38daf7fc","CaseID":"f77c78dc-d2c1-4a6f-a263-ca1d86710f60","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-08-10T00:27:29.8231085+00:00","DateDeleted":"2026-08-10T00:27:29.8231085+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"3057e6c4-f1e1-4cd2-b93d-789e38daf7fc","CaseID":"f77c78dc-d2c1-4a6f-a263-ca1d86710f60","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-08-10T00:27:29.8231085+00:00","DateDeleted":"2026-08-10T00:27:29.8231085+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"2cd75fe7-e36f-453b-9853-ece7c0c4e4ae"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>e3d373b8-9834-41a3-8c0c-9bc04308d824</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>57dc1e01-e8ac-45fc-88a9-6627e553a773</ReferredUserId>
<ReferringUserId>891ae42b-ebee-4e55-a429-e0bab1a63e22</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-08-10T00:27:29.8231085+00:00</DateCreated>
<DateEdited>2026-08-10T00:27:29.8231085+00:00</DateEdited>
<DateOfSelfDestruction>2026-08-10T00:27:29.8231085+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>695c39aa-d2f4-468f-a849-ce36c24cded3</Id>
<PosterId>022ecd56-2775-46b5-8175-ee5751e8c57d</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>2cabc161-12f7-4eef-beb1-47b88e391003</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-08-10T00:27:29.8231085+00:00</DateCreated>
<AttachedFiles>
<ID>3057e6c4-f1e1-4cd2-b93d-789e38daf7fc</ID>
<CaseID>f77c78dc-d2c1-4a6f-a263-ca1d86710f60</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-08-10T00:27:29.8231085+00:00</DateCreated>
<DateDeleted>2026-08-10T00:27:29.8231085+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>3057e6c4-f1e1-4cd2-b93d-789e38daf7fc</ID>
<CaseID>f77c78dc-d2c1-4a6f-a263-ca1d86710f60</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-08-10T00:27:29.8231085+00:00</DateCreated>
<DateDeleted>2026-08-10T00:27:29.8231085+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>695c39aa-d2f4-468f-a849-ce36c24cded3</Id>
<PosterId>022ecd56-2775-46b5-8175-ee5751e8c57d</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>2cabc161-12f7-4eef-beb1-47b88e391003</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-08-10T00:27:29.8231085+00:00</DateCreated>
<AttachedFiles>
<ID>3057e6c4-f1e1-4cd2-b93d-789e38daf7fc</ID>
<CaseID>f77c78dc-d2c1-4a6f-a263-ca1d86710f60</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-08-10T00:27:29.8231085+00:00</DateCreated>
<DateDeleted>2026-08-10T00:27:29.8231085+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>3057e6c4-f1e1-4cd2-b93d-789e38daf7fc</ID>
<CaseID>f77c78dc-d2c1-4a6f-a263-ca1d86710f60</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-08-10T00:27:29.8231085+00:00</DateCreated>
<DateDeleted>2026-08-10T00:27:29.8231085+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>2cd75fe7-e36f-453b-9853-ece7c0c4e4ae</UserInvitationId>
</MessageThreadDto>