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": "43626644-d7b7-47a1-863c-951627b7dd4c",
"Subject": "sample string 2",
"ReferredUserId": "d5c00ed1-ee19-492d-a81b-779664861219",
"ReferringUserId": "a7d8f9bc-1b5e-469e-89d9-e3078348c2e4",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-07-10T06:33:20.356706+00:00",
"DateEdited": "2026-07-10T06:33:20.356706+00:00",
"DateOfSelfDestruction": "2026-07-10T06:33:20.356706+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "4a03e9d0-728b-458f-ac37-75c5b5fa5640",
"PosterId": "fed65878-13cd-44e9-b9d5-ae0787c46f55",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "9b03896e-8714-4e71-a49e-0aa5bac605bc",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-07-10T06:33:20.356706+00:00",
"AttachedFiles": [
{
"ID": "534c2f4d-07b9-4923-88cf-e15cc87907d5",
"CaseID": "659b764c-8850-43fe-8672-043488da89ac",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-10T06:33:20.356706+00:00",
"DateDeleted": "2026-07-10T06:33:20.356706+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "534c2f4d-07b9-4923-88cf-e15cc87907d5",
"CaseID": "659b764c-8850-43fe-8672-043488da89ac",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-10T06:33:20.356706+00:00",
"DateDeleted": "2026-07-10T06:33:20.356706+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "4a03e9d0-728b-458f-ac37-75c5b5fa5640",
"PosterId": "fed65878-13cd-44e9-b9d5-ae0787c46f55",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "9b03896e-8714-4e71-a49e-0aa5bac605bc",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-07-10T06:33:20.356706+00:00",
"AttachedFiles": [
{
"ID": "534c2f4d-07b9-4923-88cf-e15cc87907d5",
"CaseID": "659b764c-8850-43fe-8672-043488da89ac",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-10T06:33:20.356706+00:00",
"DateDeleted": "2026-07-10T06:33:20.356706+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "534c2f4d-07b9-4923-88cf-e15cc87907d5",
"CaseID": "659b764c-8850-43fe-8672-043488da89ac",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-10T06:33:20.356706+00:00",
"DateDeleted": "2026-07-10T06:33:20.356706+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "b0c641ac-c9da-432a-b7ef-c023a08a3f66"
}
text/html
Sample:
{"Id":"43626644-d7b7-47a1-863c-951627b7dd4c","Subject":"sample string 2","ReferredUserId":"d5c00ed1-ee19-492d-a81b-779664861219","ReferringUserId":"a7d8f9bc-1b5e-469e-89d9-e3078348c2e4","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-07-10T06:33:20.356706+00:00","DateEdited":"2026-07-10T06:33:20.356706+00:00","DateOfSelfDestruction":"2026-07-10T06:33:20.356706+00:00","SelfDestructionDays":1,"Posts":[{"Id":"4a03e9d0-728b-458f-ac37-75c5b5fa5640","PosterId":"fed65878-13cd-44e9-b9d5-ae0787c46f55","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"9b03896e-8714-4e71-a49e-0aa5bac605bc","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-07-10T06:33:20.356706+00:00","AttachedFiles":[{"ID":"534c2f4d-07b9-4923-88cf-e15cc87907d5","CaseID":"659b764c-8850-43fe-8672-043488da89ac","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-10T06:33:20.356706+00:00","DateDeleted":"2026-07-10T06:33:20.356706+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"534c2f4d-07b9-4923-88cf-e15cc87907d5","CaseID":"659b764c-8850-43fe-8672-043488da89ac","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-10T06:33:20.356706+00:00","DateDeleted":"2026-07-10T06:33:20.356706+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"4a03e9d0-728b-458f-ac37-75c5b5fa5640","PosterId":"fed65878-13cd-44e9-b9d5-ae0787c46f55","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"9b03896e-8714-4e71-a49e-0aa5bac605bc","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-07-10T06:33:20.356706+00:00","AttachedFiles":[{"ID":"534c2f4d-07b9-4923-88cf-e15cc87907d5","CaseID":"659b764c-8850-43fe-8672-043488da89ac","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-10T06:33:20.356706+00:00","DateDeleted":"2026-07-10T06:33:20.356706+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"534c2f4d-07b9-4923-88cf-e15cc87907d5","CaseID":"659b764c-8850-43fe-8672-043488da89ac","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-10T06:33:20.356706+00:00","DateDeleted":"2026-07-10T06:33:20.356706+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"b0c641ac-c9da-432a-b7ef-c023a08a3f66"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>43626644-d7b7-47a1-863c-951627b7dd4c</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>d5c00ed1-ee19-492d-a81b-779664861219</ReferredUserId>
<ReferringUserId>a7d8f9bc-1b5e-469e-89d9-e3078348c2e4</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-07-10T06:33:20.356706+00:00</DateCreated>
<DateEdited>2026-07-10T06:33:20.356706+00:00</DateEdited>
<DateOfSelfDestruction>2026-07-10T06:33:20.356706+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>4a03e9d0-728b-458f-ac37-75c5b5fa5640</Id>
<PosterId>fed65878-13cd-44e9-b9d5-ae0787c46f55</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>9b03896e-8714-4e71-a49e-0aa5bac605bc</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-07-10T06:33:20.356706+00:00</DateCreated>
<AttachedFiles>
<ID>534c2f4d-07b9-4923-88cf-e15cc87907d5</ID>
<CaseID>659b764c-8850-43fe-8672-043488da89ac</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-10T06:33:20.356706+00:00</DateCreated>
<DateDeleted>2026-07-10T06:33:20.356706+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>534c2f4d-07b9-4923-88cf-e15cc87907d5</ID>
<CaseID>659b764c-8850-43fe-8672-043488da89ac</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-10T06:33:20.356706+00:00</DateCreated>
<DateDeleted>2026-07-10T06:33:20.356706+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>4a03e9d0-728b-458f-ac37-75c5b5fa5640</Id>
<PosterId>fed65878-13cd-44e9-b9d5-ae0787c46f55</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>9b03896e-8714-4e71-a49e-0aa5bac605bc</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-07-10T06:33:20.356706+00:00</DateCreated>
<AttachedFiles>
<ID>534c2f4d-07b9-4923-88cf-e15cc87907d5</ID>
<CaseID>659b764c-8850-43fe-8672-043488da89ac</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-10T06:33:20.356706+00:00</DateCreated>
<DateDeleted>2026-07-10T06:33:20.356706+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>534c2f4d-07b9-4923-88cf-e15cc87907d5</ID>
<CaseID>659b764c-8850-43fe-8672-043488da89ac</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-10T06:33:20.356706+00:00</DateCreated>
<DateDeleted>2026-07-10T06:33:20.356706+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>b0c641ac-c9da-432a-b7ef-c023a08a3f66</UserInvitationId>
</MessageThreadDto>