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": "589ae216-80f9-4f7e-8722-d10ba0cb1489",
"Subject": "sample string 2",
"ReferredUserId": "f4950fa8-84b1-4d86-a50e-9d3f62f06e91",
"ReferringUserId": "bb16e050-740d-4e3f-a1a5-a7867e7a8e4c",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2025-12-23T15:49:19.4246898-06:00",
"DateEdited": "2025-12-23T15:49:19.4246898-06:00",
"DateOfSelfDestruction": "2025-12-23T15:49:19.4246898-06:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "ccef4354-96d9-4a0f-934b-d4ed36fe2b02",
"PosterId": "a1c6075a-4a03-43d5-8319-c339d7c15328",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "d62045c6-c0a4-4ad2-93c4-84971e825c16",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2025-12-23T15:49:19.4246898-06:00",
"AttachedFiles": [
{
"ID": "769c4178-c7d4-42bb-b816-c20e18bb24e8",
"CaseID": "b40e5987-9885-4f4a-a86f-e79b734f6df3",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-12-23T15:49:19.4246898-06:00",
"DateDeleted": "2025-12-23T15:49:19.4246898-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "769c4178-c7d4-42bb-b816-c20e18bb24e8",
"CaseID": "b40e5987-9885-4f4a-a86f-e79b734f6df3",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-12-23T15:49:19.4246898-06:00",
"DateDeleted": "2025-12-23T15:49:19.4246898-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "ccef4354-96d9-4a0f-934b-d4ed36fe2b02",
"PosterId": "a1c6075a-4a03-43d5-8319-c339d7c15328",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "d62045c6-c0a4-4ad2-93c4-84971e825c16",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2025-12-23T15:49:19.4246898-06:00",
"AttachedFiles": [
{
"ID": "769c4178-c7d4-42bb-b816-c20e18bb24e8",
"CaseID": "b40e5987-9885-4f4a-a86f-e79b734f6df3",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-12-23T15:49:19.4246898-06:00",
"DateDeleted": "2025-12-23T15:49:19.4246898-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "769c4178-c7d4-42bb-b816-c20e18bb24e8",
"CaseID": "b40e5987-9885-4f4a-a86f-e79b734f6df3",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2025-12-23T15:49:19.4246898-06:00",
"DateDeleted": "2025-12-23T15:49:19.4246898-06:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "c65ab319-6e35-49e2-a738-c96a46e005dd"
}
text/html
Sample:
{"Id":"589ae216-80f9-4f7e-8722-d10ba0cb1489","Subject":"sample string 2","ReferredUserId":"f4950fa8-84b1-4d86-a50e-9d3f62f06e91","ReferringUserId":"bb16e050-740d-4e3f-a1a5-a7867e7a8e4c","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2025-12-23T15:49:19.4246898-06:00","DateEdited":"2025-12-23T15:49:19.4246898-06:00","DateOfSelfDestruction":"2025-12-23T15:49:19.4246898-06:00","SelfDestructionDays":1,"Posts":[{"Id":"ccef4354-96d9-4a0f-934b-d4ed36fe2b02","PosterId":"a1c6075a-4a03-43d5-8319-c339d7c15328","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"d62045c6-c0a4-4ad2-93c4-84971e825c16","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2025-12-23T15:49:19.4246898-06:00","AttachedFiles":[{"ID":"769c4178-c7d4-42bb-b816-c20e18bb24e8","CaseID":"b40e5987-9885-4f4a-a86f-e79b734f6df3","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-12-23T15:49:19.4246898-06:00","DateDeleted":"2025-12-23T15:49:19.4246898-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"769c4178-c7d4-42bb-b816-c20e18bb24e8","CaseID":"b40e5987-9885-4f4a-a86f-e79b734f6df3","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-12-23T15:49:19.4246898-06:00","DateDeleted":"2025-12-23T15:49:19.4246898-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"ccef4354-96d9-4a0f-934b-d4ed36fe2b02","PosterId":"a1c6075a-4a03-43d5-8319-c339d7c15328","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"d62045c6-c0a4-4ad2-93c4-84971e825c16","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2025-12-23T15:49:19.4246898-06:00","AttachedFiles":[{"ID":"769c4178-c7d4-42bb-b816-c20e18bb24e8","CaseID":"b40e5987-9885-4f4a-a86f-e79b734f6df3","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-12-23T15:49:19.4246898-06:00","DateDeleted":"2025-12-23T15:49:19.4246898-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"769c4178-c7d4-42bb-b816-c20e18bb24e8","CaseID":"b40e5987-9885-4f4a-a86f-e79b734f6df3","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2025-12-23T15:49:19.4246898-06:00","DateDeleted":"2025-12-23T15:49:19.4246898-06:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"c65ab319-6e35-49e2-a738-c96a46e005dd"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>589ae216-80f9-4f7e-8722-d10ba0cb1489</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>f4950fa8-84b1-4d86-a50e-9d3f62f06e91</ReferredUserId>
<ReferringUserId>bb16e050-740d-4e3f-a1a5-a7867e7a8e4c</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2025-12-23T15:49:19.4246898-06:00</DateCreated>
<DateEdited>2025-12-23T15:49:19.4246898-06:00</DateEdited>
<DateOfSelfDestruction>2025-12-23T15:49:19.4246898-06:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>ccef4354-96d9-4a0f-934b-d4ed36fe2b02</Id>
<PosterId>a1c6075a-4a03-43d5-8319-c339d7c15328</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>d62045c6-c0a4-4ad2-93c4-84971e825c16</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-12-23T15:49:19.4246898-06:00</DateCreated>
<AttachedFiles>
<ID>769c4178-c7d4-42bb-b816-c20e18bb24e8</ID>
<CaseID>b40e5987-9885-4f4a-a86f-e79b734f6df3</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-12-23T15:49:19.4246898-06:00</DateCreated>
<DateDeleted>2025-12-23T15:49:19.4246898-06:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>769c4178-c7d4-42bb-b816-c20e18bb24e8</ID>
<CaseID>b40e5987-9885-4f4a-a86f-e79b734f6df3</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-12-23T15:49:19.4246898-06:00</DateCreated>
<DateDeleted>2025-12-23T15:49:19.4246898-06:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>ccef4354-96d9-4a0f-934b-d4ed36fe2b02</Id>
<PosterId>a1c6075a-4a03-43d5-8319-c339d7c15328</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>d62045c6-c0a4-4ad2-93c4-84971e825c16</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-12-23T15:49:19.4246898-06:00</DateCreated>
<AttachedFiles>
<ID>769c4178-c7d4-42bb-b816-c20e18bb24e8</ID>
<CaseID>b40e5987-9885-4f4a-a86f-e79b734f6df3</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-12-23T15:49:19.4246898-06:00</DateCreated>
<DateDeleted>2025-12-23T15:49:19.4246898-06:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>769c4178-c7d4-42bb-b816-c20e18bb24e8</ID>
<CaseID>b40e5987-9885-4f4a-a86f-e79b734f6df3</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2025-12-23T15:49:19.4246898-06:00</DateCreated>
<DateDeleted>2025-12-23T15:49:19.4246898-06: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>c65ab319-6e35-49e2-a738-c96a46e005dd</UserInvitationId>
</MessageThreadDto>