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": "4025e42f-6aaf-4593-b473-01097ae8203f",
"Subject": "sample string 2",
"ReferredUserId": "d63ae547-5719-40a8-82c9-9fa26784ed5d",
"ReferringUserId": "9eec18c7-8ed1-4ffd-a617-554a7ed6a4eb",
"UnreadByReferred": true,
"UnreadByReferring": true,
"SentMailRepliedTo": true,
"ReferredArchived": true,
"ReferringArchived": true,
"DateCreated": "2026-05-14T02:52:41.564209+00:00",
"DateEdited": "2026-05-14T02:52:41.564209+00:00",
"DateOfSelfDestruction": "2026-05-14T02:52:41.564209+00:00",
"SelfDestructionDays": 1,
"Posts": [
{
"Id": "3cb4817a-c896-4b0e-8d3b-205a50871d7d",
"PosterId": "76419126-4bb3-42c2-979a-a975102f10c9",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "ed55e49e-43d9-4c52-b452-7012849b5669",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-05-14T02:52:41.564209+00:00",
"AttachedFiles": [
{
"ID": "6f2a9ee9-f116-4112-9570-c385e03006e7",
"CaseID": "bb07617e-4df0-4ae6-9fd2-5605f5160e0d",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-14T02:52:41.564209+00:00",
"DateDeleted": "2026-05-14T02:52:41.564209+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "6f2a9ee9-f116-4112-9570-c385e03006e7",
"CaseID": "bb07617e-4df0-4ae6-9fd2-5605f5160e0d",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-14T02:52:41.564209+00:00",
"DateDeleted": "2026-05-14T02:52:41.564209+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "3cb4817a-c896-4b0e-8d3b-205a50871d7d",
"PosterId": "76419126-4bb3-42c2-979a-a975102f10c9",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "ed55e49e-43d9-4c52-b452-7012849b5669",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-05-14T02:52:41.564209+00:00",
"AttachedFiles": [
{
"ID": "6f2a9ee9-f116-4112-9570-c385e03006e7",
"CaseID": "bb07617e-4df0-4ae6-9fd2-5605f5160e0d",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-14T02:52:41.564209+00:00",
"DateDeleted": "2026-05-14T02:52:41.564209+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "6f2a9ee9-f116-4112-9570-c385e03006e7",
"CaseID": "bb07617e-4df0-4ae6-9fd2-5605f5160e0d",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-05-14T02:52:41.564209+00:00",
"DateDeleted": "2026-05-14T02:52:41.564209+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"ToEmail": "sample string 11",
"ToName": "sample string 12",
"UserInvitationId": "26939312-b48d-424a-a92e-95421b2964eb"
}
text/html
Sample:
{"Id":"4025e42f-6aaf-4593-b473-01097ae8203f","Subject":"sample string 2","ReferredUserId":"d63ae547-5719-40a8-82c9-9fa26784ed5d","ReferringUserId":"9eec18c7-8ed1-4ffd-a617-554a7ed6a4eb","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2026-05-14T02:52:41.564209+00:00","DateEdited":"2026-05-14T02:52:41.564209+00:00","DateOfSelfDestruction":"2026-05-14T02:52:41.564209+00:00","SelfDestructionDays":1,"Posts":[{"Id":"3cb4817a-c896-4b0e-8d3b-205a50871d7d","PosterId":"76419126-4bb3-42c2-979a-a975102f10c9","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"ed55e49e-43d9-4c52-b452-7012849b5669","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-05-14T02:52:41.564209+00:00","AttachedFiles":[{"ID":"6f2a9ee9-f116-4112-9570-c385e03006e7","CaseID":"bb07617e-4df0-4ae6-9fd2-5605f5160e0d","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-14T02:52:41.564209+00:00","DateDeleted":"2026-05-14T02:52:41.564209+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"6f2a9ee9-f116-4112-9570-c385e03006e7","CaseID":"bb07617e-4df0-4ae6-9fd2-5605f5160e0d","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-14T02:52:41.564209+00:00","DateDeleted":"2026-05-14T02:52:41.564209+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"3cb4817a-c896-4b0e-8d3b-205a50871d7d","PosterId":"76419126-4bb3-42c2-979a-a975102f10c9","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"ed55e49e-43d9-4c52-b452-7012849b5669","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-05-14T02:52:41.564209+00:00","AttachedFiles":[{"ID":"6f2a9ee9-f116-4112-9570-c385e03006e7","CaseID":"bb07617e-4df0-4ae6-9fd2-5605f5160e0d","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-14T02:52:41.564209+00:00","DateDeleted":"2026-05-14T02:52:41.564209+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"6f2a9ee9-f116-4112-9570-c385e03006e7","CaseID":"bb07617e-4df0-4ae6-9fd2-5605f5160e0d","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-05-14T02:52:41.564209+00:00","DateDeleted":"2026-05-14T02:52:41.564209+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"26939312-b48d-424a-a92e-95421b2964eb"}
application/xml, text/xml
Sample:
<MessageThreadDto>
<Id>4025e42f-6aaf-4593-b473-01097ae8203f</Id>
<Subject>sample string 2</Subject>
<ReferredUserId>d63ae547-5719-40a8-82c9-9fa26784ed5d</ReferredUserId>
<ReferringUserId>9eec18c7-8ed1-4ffd-a617-554a7ed6a4eb</ReferringUserId>
<UnreadByReferred>true</UnreadByReferred>
<UnreadByReferring>true</UnreadByReferring>
<SentMailRepliedTo>true</SentMailRepliedTo>
<ReferredArchived>true</ReferredArchived>
<ReferringArchived>true</ReferringArchived>
<DateCreated>2026-05-14T02:52:41.564209+00:00</DateCreated>
<DateEdited>2026-05-14T02:52:41.564209+00:00</DateEdited>
<DateOfSelfDestruction>2026-05-14T02:52:41.564209+00:00</DateOfSelfDestruction>
<SelfDestructionDays>1</SelfDestructionDays>
<Posts>
<Id>3cb4817a-c896-4b0e-8d3b-205a50871d7d</Id>
<PosterId>76419126-4bb3-42c2-979a-a975102f10c9</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>ed55e49e-43d9-4c52-b452-7012849b5669</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-05-14T02:52:41.564209+00:00</DateCreated>
<AttachedFiles>
<ID>6f2a9ee9-f116-4112-9570-c385e03006e7</ID>
<CaseID>bb07617e-4df0-4ae6-9fd2-5605f5160e0d</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-14T02:52:41.564209+00:00</DateCreated>
<DateDeleted>2026-05-14T02:52:41.564209+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>6f2a9ee9-f116-4112-9570-c385e03006e7</ID>
<CaseID>bb07617e-4df0-4ae6-9fd2-5605f5160e0d</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-14T02:52:41.564209+00:00</DateCreated>
<DateDeleted>2026-05-14T02:52:41.564209+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</Posts>
<Posts>
<Id>3cb4817a-c896-4b0e-8d3b-205a50871d7d</Id>
<PosterId>76419126-4bb3-42c2-979a-a975102f10c9</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>ed55e49e-43d9-4c52-b452-7012849b5669</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-05-14T02:52:41.564209+00:00</DateCreated>
<AttachedFiles>
<ID>6f2a9ee9-f116-4112-9570-c385e03006e7</ID>
<CaseID>bb07617e-4df0-4ae6-9fd2-5605f5160e0d</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-14T02:52:41.564209+00:00</DateCreated>
<DateDeleted>2026-05-14T02:52:41.564209+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>6f2a9ee9-f116-4112-9570-c385e03006e7</ID>
<CaseID>bb07617e-4df0-4ae6-9fd2-5605f5160e0d</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-05-14T02:52:41.564209+00:00</DateCreated>
<DateDeleted>2026-05-14T02:52:41.564209+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>26939312-b48d-424a-a92e-95421b2964eb</UserInvitationId>
</MessageThreadDto>