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": "5b3b4d9c-5af9-4cb4-bdb4-f92281147399",
"Subject": "sample string 2",
"ReferredUserId": "79acbf6b-7e9a-448f-95bb-18b2c54131e9",
"ReferringUserId": "6a892cf5-fdb8-4098-9b39-138703cd1632",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2025-11-12T18:05:43.8643668+00:00",
"DateEdited": "2025-11-12T18:05:43.8643668+00:00",
"DateOfSelfDestruction": "2025-11-12T18:05:43.8643668+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "fc62b58d-ec5a-4598-859e-c997f03b03f1",
"PosterId": "926db605-c6c1-4816-aa87-cdcb23568f7c",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "487c8b0a-84d4-4063-9631-ef859ac8677e",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2025-11-12T18:05:43.8643668+00:00",
"AttachedFiles": [
{
"ID": "64b59d42-bda2-40f9-907d-3a18e21ed7c8",
"CaseID": "1027f005-06af-4d16-9010-f9857f54adb0",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-11-12T18:05:43.8643668+00:00",
"DateDeleted": "2025-11-12T18:05:43.8643668+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "64b59d42-bda2-40f9-907d-3a18e21ed7c8",
"CaseID": "1027f005-06af-4d16-9010-f9857f54adb0",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-11-12T18:05:43.8643668+00:00",
"DateDeleted": "2025-11-12T18:05:43.8643668+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "fc62b58d-ec5a-4598-859e-c997f03b03f1",
"PosterId": "926db605-c6c1-4816-aa87-cdcb23568f7c",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "487c8b0a-84d4-4063-9631-ef859ac8677e",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2025-11-12T18:05:43.8643668+00:00",
"AttachedFiles": [
{
"ID": "64b59d42-bda2-40f9-907d-3a18e21ed7c8",
"CaseID": "1027f005-06af-4d16-9010-f9857f54adb0",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-11-12T18:05:43.8643668+00:00",
"DateDeleted": "2025-11-12T18:05:43.8643668+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "64b59d42-bda2-40f9-907d-3a18e21ed7c8",
"CaseID": "1027f005-06af-4d16-9010-f9857f54adb0",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-11-12T18:05:43.8643668+00:00",
"DateDeleted": "2025-11-12T18:05:43.8643668+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "ea2a700e-6ad7-4b52-ad3d-6f0be1cf329b"
}
text/html
Sample:
{"Id":"5b3b4d9c-5af9-4cb4-bdb4-f92281147399","Subject":"sample string 2","ReferredUserId":"79acbf6b-7e9a-448f-95bb-18b2c54131e9","ReferringUserId":"6a892cf5-fdb8-4098-9b39-138703cd1632","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2025-11-12T18:05:43.8643668+00:00","DateEdited":"2025-11-12T18:05:43.8643668+00:00","DateOfSelfDestruction":"2025-11-12T18:05:43.8643668+00:00","SelfDestructionDays":1,"Posts":[{"Id":"fc62b58d-ec5a-4598-859e-c997f03b03f1","PosterId":"926db605-c6c1-4816-aa87-cdcb23568f7c","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"487c8b0a-84d4-4063-9631-ef859ac8677e","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2025-11-12T18:05:43.8643668+00:00","AttachedFiles":[{"ID":"64b59d42-bda2-40f9-907d-3a18e21ed7c8","CaseID":"1027f005-06af-4d16-9010-f9857f54adb0","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-11-12T18:05:43.8643668+00:00","DateDeleted":"2025-11-12T18:05:43.8643668+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"64b59d42-bda2-40f9-907d-3a18e21ed7c8","CaseID":"1027f005-06af-4d16-9010-f9857f54adb0","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-11-12T18:05:43.8643668+00:00","DateDeleted":"2025-11-12T18:05:43.8643668+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"fc62b58d-ec5a-4598-859e-c997f03b03f1","PosterId":"926db605-c6c1-4816-aa87-cdcb23568f7c","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"487c8b0a-84d4-4063-9631-ef859ac8677e","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2025-11-12T18:05:43.8643668+00:00","AttachedFiles":[{"ID":"64b59d42-bda2-40f9-907d-3a18e21ed7c8","CaseID":"1027f005-06af-4d16-9010-f9857f54adb0","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-11-12T18:05:43.8643668+00:00","DateDeleted":"2025-11-12T18:05:43.8643668+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"64b59d42-bda2-40f9-907d-3a18e21ed7c8","CaseID":"1027f005-06af-4d16-9010-f9857f54adb0","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-11-12T18:05:43.8643668+00:00","DateDeleted":"2025-11-12T18:05:43.8643668+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"ea2a700e-6ad7-4b52-ad3d-6f0be1cf329b"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>5b3b4d9c-5af9-4cb4-bdb4-f92281147399</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>79acbf6b-7e9a-448f-95bb-18b2c54131e9</ReferredUserId>
<ReferringUserId>6a892cf5-fdb8-4098-9b39-138703cd1632</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2025-11-12T18:05:43.8643668+00:00</DateCreated>
<DateEdited>2025-11-12T18:05:43.8643668+00:00</DateEdited>
<DateOfSelfDestruction>2025-11-12T18:05:43.8643668+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>fc62b58d-ec5a-4598-859e-c997f03b03f1</Id>
<PosterId>926db605-c6c1-4816-aa87-cdcb23568f7c</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>487c8b0a-84d4-4063-9631-ef859ac8677e</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-12T18:05:43.8643668+00:00</DateCreated>
<AttachedFiles>
<ID>64b59d42-bda2-40f9-907d-3a18e21ed7c8</ID>
<CaseID>1027f005-06af-4d16-9010-f9857f54adb0</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-11-12T18:05:43.8643668+00:00</DateCreated>
<DateDeleted>2025-11-12T18:05:43.8643668+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>64b59d42-bda2-40f9-907d-3a18e21ed7c8</ID>
<CaseID>1027f005-06af-4d16-9010-f9857f54adb0</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-11-12T18:05:43.8643668+00:00</DateCreated>
<DateDeleted>2025-11-12T18:05:43.8643668+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>fc62b58d-ec5a-4598-859e-c997f03b03f1</Id>
<PosterId>926db605-c6c1-4816-aa87-cdcb23568f7c</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>487c8b0a-84d4-4063-9631-ef859ac8677e</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-12T18:05:43.8643668+00:00</DateCreated>
<AttachedFiles>
<ID>64b59d42-bda2-40f9-907d-3a18e21ed7c8</ID>
<CaseID>1027f005-06af-4d16-9010-f9857f54adb0</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-11-12T18:05:43.8643668+00:00</DateCreated>
<DateDeleted>2025-11-12T18:05:43.8643668+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>64b59d42-bda2-40f9-907d-3a18e21ed7c8</ID>
<CaseID>1027f005-06af-4d16-9010-f9857f54adb0</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-11-12T18:05:43.8643668+00:00</DateCreated>
<DateDeleted>2025-11-12T18:05:43.8643668+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>ea2a700e-6ad7-4b52-ad3d-6f0be1cf329b</UserInvitationId>
</MessageThreadDto>