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": "04eb1b93-9036-4e54-ae93-418ea81d1178",
"Subject": "sample string 2",
"ReferredUserId": "5df6530a-759b-4361-a41c-0b0910fa4d80",
"ReferringUserId": "45a6a73a-6c3e-47b9-ab99-8a43fdb3b5cd",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2025-11-20T18:36:00.3850156+00:00",
"DateEdited": "2025-11-20T18:36:00.3850156+00:00",
"DateOfSelfDestruction": "2025-11-20T18:36:00.3850156+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "bd37ddf1-efe6-435c-9572-35c71cc400cf",
"PosterId": "aa4a6cec-3514-49b3-9ffb-cc22a590b28b",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "1cbca47a-2101-45ac-a794-4789aa4eb269",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2025-11-20T18:36:00.3850156+00:00",
"AttachedFiles": [
{
"ID": "b2dddc7e-e696-4d8e-91ad-939fce7190af",
"CaseID": "294de3a4-8460-480f-b0b5-6fab5bf4c690",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-11-20T18:36:00.3850156+00:00",
"DateDeleted": "2025-11-20T18:36:00.3850156+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "b2dddc7e-e696-4d8e-91ad-939fce7190af",
"CaseID": "294de3a4-8460-480f-b0b5-6fab5bf4c690",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-11-20T18:36:00.3850156+00:00",
"DateDeleted": "2025-11-20T18:36:00.3850156+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "bd37ddf1-efe6-435c-9572-35c71cc400cf",
"PosterId": "aa4a6cec-3514-49b3-9ffb-cc22a590b28b",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "1cbca47a-2101-45ac-a794-4789aa4eb269",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2025-11-20T18:36:00.3850156+00:00",
"AttachedFiles": [
{
"ID": "b2dddc7e-e696-4d8e-91ad-939fce7190af",
"CaseID": "294de3a4-8460-480f-b0b5-6fab5bf4c690",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-11-20T18:36:00.3850156+00:00",
"DateDeleted": "2025-11-20T18:36:00.3850156+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "b2dddc7e-e696-4d8e-91ad-939fce7190af",
"CaseID": "294de3a4-8460-480f-b0b5-6fab5bf4c690",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-11-20T18:36:00.3850156+00:00",
"DateDeleted": "2025-11-20T18:36:00.3850156+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "886d88df-fe05-40b5-81d6-2c3c51bedfea"
}
text/html
Sample:
{"Id":"04eb1b93-9036-4e54-ae93-418ea81d1178","Subject":"sample string 2","ReferredUserId":"5df6530a-759b-4361-a41c-0b0910fa4d80","ReferringUserId":"45a6a73a-6c3e-47b9-ab99-8a43fdb3b5cd","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2025-11-20T18:36:00.3850156+00:00","DateEdited":"2025-11-20T18:36:00.3850156+00:00","DateOfSelfDestruction":"2025-11-20T18:36:00.3850156+00:00","SelfDestructionDays":1,"Posts":[{"Id":"bd37ddf1-efe6-435c-9572-35c71cc400cf","PosterId":"aa4a6cec-3514-49b3-9ffb-cc22a590b28b","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"1cbca47a-2101-45ac-a794-4789aa4eb269","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2025-11-20T18:36:00.3850156+00:00","AttachedFiles":[{"ID":"b2dddc7e-e696-4d8e-91ad-939fce7190af","CaseID":"294de3a4-8460-480f-b0b5-6fab5bf4c690","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-11-20T18:36:00.3850156+00:00","DateDeleted":"2025-11-20T18:36:00.3850156+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"b2dddc7e-e696-4d8e-91ad-939fce7190af","CaseID":"294de3a4-8460-480f-b0b5-6fab5bf4c690","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-11-20T18:36:00.3850156+00:00","DateDeleted":"2025-11-20T18:36:00.3850156+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"bd37ddf1-efe6-435c-9572-35c71cc400cf","PosterId":"aa4a6cec-3514-49b3-9ffb-cc22a590b28b","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"1cbca47a-2101-45ac-a794-4789aa4eb269","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2025-11-20T18:36:00.3850156+00:00","AttachedFiles":[{"ID":"b2dddc7e-e696-4d8e-91ad-939fce7190af","CaseID":"294de3a4-8460-480f-b0b5-6fab5bf4c690","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-11-20T18:36:00.3850156+00:00","DateDeleted":"2025-11-20T18:36:00.3850156+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"b2dddc7e-e696-4d8e-91ad-939fce7190af","CaseID":"294de3a4-8460-480f-b0b5-6fab5bf4c690","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-11-20T18:36:00.3850156+00:00","DateDeleted":"2025-11-20T18:36:00.3850156+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"886d88df-fe05-40b5-81d6-2c3c51bedfea"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>04eb1b93-9036-4e54-ae93-418ea81d1178</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>5df6530a-759b-4361-a41c-0b0910fa4d80</ReferredUserId>
<ReferringUserId>45a6a73a-6c3e-47b9-ab99-8a43fdb3b5cd</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2025-11-20T18:36:00.3850156+00:00</DateCreated>
<DateEdited>2025-11-20T18:36:00.3850156+00:00</DateEdited>
<DateOfSelfDestruction>2025-11-20T18:36:00.3850156+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>bd37ddf1-efe6-435c-9572-35c71cc400cf</Id>
<PosterId>aa4a6cec-3514-49b3-9ffb-cc22a590b28b</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>1cbca47a-2101-45ac-a794-4789aa4eb269</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>2025-11-20T18:36:00.3850156+00:00</DateCreated>
<AttachedFiles>
<ID>b2dddc7e-e696-4d8e-91ad-939fce7190af</ID>
<CaseID>294de3a4-8460-480f-b0b5-6fab5bf4c690</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-11-20T18:36:00.3850156+00:00</DateCreated>
<DateDeleted>2025-11-20T18:36:00.3850156+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>b2dddc7e-e696-4d8e-91ad-939fce7190af</ID>
<CaseID>294de3a4-8460-480f-b0b5-6fab5bf4c690</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-11-20T18:36:00.3850156+00:00</DateCreated>
<DateDeleted>2025-11-20T18:36:00.3850156+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>bd37ddf1-efe6-435c-9572-35c71cc400cf</Id>
<PosterId>aa4a6cec-3514-49b3-9ffb-cc22a590b28b</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>1cbca47a-2101-45ac-a794-4789aa4eb269</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>2025-11-20T18:36:00.3850156+00:00</DateCreated>
<AttachedFiles>
<ID>b2dddc7e-e696-4d8e-91ad-939fce7190af</ID>
<CaseID>294de3a4-8460-480f-b0b5-6fab5bf4c690</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-11-20T18:36:00.3850156+00:00</DateCreated>
<DateDeleted>2025-11-20T18:36:00.3850156+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>b2dddc7e-e696-4d8e-91ad-939fce7190af</ID>
<CaseID>294de3a4-8460-480f-b0b5-6fab5bf4c690</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-11-20T18:36:00.3850156+00:00</DateCreated>
<DateDeleted>2025-11-20T18:36:00.3850156+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>886d88df-fe05-40b5-81d6-2c3c51bedfea</UserInvitationId>
</MessageThreadDto>