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
MessageThreadDtoName | 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": "dcea0259-cc91-4d15-b532-6116b0b5db46", "Subject": "sample string 2", "ReferredUserId": "cba31e85-b8ce-43dc-9193-a6d6ab081669", "ReferringUserId": "c0b2bfe8-ec6f-4a32-9d58-ed224a98314a", "UnreadByReferred": true, "UnreadByReferring": true, "SentMailRepliedTo": true, "ReferredArchived": true, "ReferringArchived": true, "DateCreated": "2023-05-28T19:53:09.8336168-07:00", "DateEdited": "2023-05-28T19:53:09.8336168-07:00", "DateOfSelfDestruction": "2023-05-28T19:53:09.8336168-07:00", "SelfDestructionDays": 1, "Posts": [ { "Id": "25beabd9-098c-4657-94ca-e654dad648ca", "PosterId": "60d854f0-731c-4399-8bb6-3fa17aa8c0cb", "PosterEmail": "sample string 3", "PosterFirstName": "sample string 4", "PosterLastName": "sample string 5", "ProfilePictureCloudId": "31ca5c32-ab75-4eeb-9785-bdd29b8d08fe", "PosterSufix": "sample string 6", "Content": "sample string 7", "Subject": "sample string 8", "ViewerIsComposer": true, "UnreadByViewer": true, "UnreadByOther": true, "DateCreated": "2023-05-28T19:53:09.8384998-07:00", "AttachedFiles": [ { "ID": "27e04bd0-fde2-4f9c-a8f7-48a2d971b56d", "CaseID": "2fde2c61-d702-4b26-b779-a36ebe2db5a3", "Name": "sample string 2", "Extension": "sample string 3", "Size": 4, "DateCreated": "2023-05-28T19:53:09.8384998-07:00", "DateDeleted": "2023-05-28T19:53:09.8384998-07:00", "UserWhoAddedName": "sample string 6", "FileUrl": "sample string 7", "Shared": true }, { "ID": "27e04bd0-fde2-4f9c-a8f7-48a2d971b56d", "CaseID": "2fde2c61-d702-4b26-b779-a36ebe2db5a3", "Name": "sample string 2", "Extension": "sample string 3", "Size": 4, "DateCreated": "2023-05-28T19:53:09.8384998-07:00", "DateDeleted": "2023-05-28T19:53:09.8384998-07:00", "UserWhoAddedName": "sample string 6", "FileUrl": "sample string 7", "Shared": true } ] }, { "Id": "25beabd9-098c-4657-94ca-e654dad648ca", "PosterId": "60d854f0-731c-4399-8bb6-3fa17aa8c0cb", "PosterEmail": "sample string 3", "PosterFirstName": "sample string 4", "PosterLastName": "sample string 5", "ProfilePictureCloudId": "31ca5c32-ab75-4eeb-9785-bdd29b8d08fe", "PosterSufix": "sample string 6", "Content": "sample string 7", "Subject": "sample string 8", "ViewerIsComposer": true, "UnreadByViewer": true, "UnreadByOther": true, "DateCreated": "2023-05-28T19:53:09.8384998-07:00", "AttachedFiles": [ { "ID": "27e04bd0-fde2-4f9c-a8f7-48a2d971b56d", "CaseID": "2fde2c61-d702-4b26-b779-a36ebe2db5a3", "Name": "sample string 2", "Extension": "sample string 3", "Size": 4, "DateCreated": "2023-05-28T19:53:09.8384998-07:00", "DateDeleted": "2023-05-28T19:53:09.8384998-07:00", "UserWhoAddedName": "sample string 6", "FileUrl": "sample string 7", "Shared": true }, { "ID": "27e04bd0-fde2-4f9c-a8f7-48a2d971b56d", "CaseID": "2fde2c61-d702-4b26-b779-a36ebe2db5a3", "Name": "sample string 2", "Extension": "sample string 3", "Size": 4, "DateCreated": "2023-05-28T19:53:09.8384998-07:00", "DateDeleted": "2023-05-28T19:53:09.8384998-07:00", "UserWhoAddedName": "sample string 6", "FileUrl": "sample string 7", "Shared": true } ] } ], "ToEmail": "sample string 11", "ToName": "sample string 12", "UserInvitationId": "54242471-6ede-4988-803b-b5e87cc6399a" }
text/html
Sample:
{"Id":"dcea0259-cc91-4d15-b532-6116b0b5db46","Subject":"sample string 2","ReferredUserId":"cba31e85-b8ce-43dc-9193-a6d6ab081669","ReferringUserId":"c0b2bfe8-ec6f-4a32-9d58-ed224a98314a","UnreadByReferred":true,"UnreadByReferring":true,"SentMailRepliedTo":true,"ReferredArchived":true,"ReferringArchived":true,"DateCreated":"2023-05-28T19:53:09.8336168-07:00","DateEdited":"2023-05-28T19:53:09.8336168-07:00","DateOfSelfDestruction":"2023-05-28T19:53:09.8336168-07:00","SelfDestructionDays":1,"Posts":[{"Id":"25beabd9-098c-4657-94ca-e654dad648ca","PosterId":"60d854f0-731c-4399-8bb6-3fa17aa8c0cb","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"31ca5c32-ab75-4eeb-9785-bdd29b8d08fe","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2023-05-28T19:53:09.8384998-07:00","AttachedFiles":[{"ID":"27e04bd0-fde2-4f9c-a8f7-48a2d971b56d","CaseID":"2fde2c61-d702-4b26-b779-a36ebe2db5a3","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2023-05-28T19:53:09.8384998-07:00","DateDeleted":"2023-05-28T19:53:09.8384998-07:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"27e04bd0-fde2-4f9c-a8f7-48a2d971b56d","CaseID":"2fde2c61-d702-4b26-b779-a36ebe2db5a3","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2023-05-28T19:53:09.8384998-07:00","DateDeleted":"2023-05-28T19:53:09.8384998-07:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"25beabd9-098c-4657-94ca-e654dad648ca","PosterId":"60d854f0-731c-4399-8bb6-3fa17aa8c0cb","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"31ca5c32-ab75-4eeb-9785-bdd29b8d08fe","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2023-05-28T19:53:09.8384998-07:00","AttachedFiles":[{"ID":"27e04bd0-fde2-4f9c-a8f7-48a2d971b56d","CaseID":"2fde2c61-d702-4b26-b779-a36ebe2db5a3","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2023-05-28T19:53:09.8384998-07:00","DateDeleted":"2023-05-28T19:53:09.8384998-07:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"27e04bd0-fde2-4f9c-a8f7-48a2d971b56d","CaseID":"2fde2c61-d702-4b26-b779-a36ebe2db5a3","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2023-05-28T19:53:09.8384998-07:00","DateDeleted":"2023-05-28T19:53:09.8384998-07:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"ToEmail":"sample string 11","ToName":"sample string 12","UserInvitationId":"54242471-6ede-4988-803b-b5e87cc6399a"}
application/xml, text/xml
Sample:
<MessageThreadDto> <Id>dcea0259-cc91-4d15-b532-6116b0b5db46</Id> <Subject>sample string 2</Subject> <ReferredUserId>cba31e85-b8ce-43dc-9193-a6d6ab081669</ReferredUserId> <ReferringUserId>c0b2bfe8-ec6f-4a32-9d58-ed224a98314a</ReferringUserId> <UnreadByReferred>true</UnreadByReferred> <UnreadByReferring>true</UnreadByReferring> <SentMailRepliedTo>true</SentMailRepliedTo> <ReferredArchived>true</ReferredArchived> <ReferringArchived>true</ReferringArchived> <DateCreated>2023-05-28T19:53:09.8336168-07:00</DateCreated> <DateEdited>2023-05-28T19:53:09.8336168-07:00</DateEdited> <DateOfSelfDestruction>2023-05-28T19:53:09.8336168-07:00</DateOfSelfDestruction> <SelfDestructionDays>1</SelfDestructionDays> <Posts> <Id>25beabd9-098c-4657-94ca-e654dad648ca</Id> <PosterId>60d854f0-731c-4399-8bb6-3fa17aa8c0cb</PosterId> <PosterEmail>sample string 3</PosterEmail> <PosterFirstName>sample string 4</PosterFirstName> <PosterLastName>sample string 5</PosterLastName> <ProfilePictureCloudId>31ca5c32-ab75-4eeb-9785-bdd29b8d08fe</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>2023-05-28T19:53:09.8384998-07:00</DateCreated> <AttachedFiles> <ID>27e04bd0-fde2-4f9c-a8f7-48a2d971b56d</ID> <CaseID>2fde2c61-d702-4b26-b779-a36ebe2db5a3</CaseID> <Name>sample string 2</Name> <Extension>sample string 3</Extension> <Size>4</Size> <DateCreated>2023-05-28T19:53:09.8384998-07:00</DateCreated> <DateDeleted>2023-05-28T19:53:09.8384998-07:00</DateDeleted> <UserWhoAddedName>sample string 6</UserWhoAddedName> <FileUrl>sample string 7</FileUrl> <Shared>true</Shared> </AttachedFiles> <AttachedFiles> <ID>27e04bd0-fde2-4f9c-a8f7-48a2d971b56d</ID> <CaseID>2fde2c61-d702-4b26-b779-a36ebe2db5a3</CaseID> <Name>sample string 2</Name> <Extension>sample string 3</Extension> <Size>4</Size> <DateCreated>2023-05-28T19:53:09.8384998-07:00</DateCreated> <DateDeleted>2023-05-28T19:53:09.8384998-07:00</DateDeleted> <UserWhoAddedName>sample string 6</UserWhoAddedName> <FileUrl>sample string 7</FileUrl> <Shared>true</Shared> </AttachedFiles> </Posts> <Posts> <Id>25beabd9-098c-4657-94ca-e654dad648ca</Id> <PosterId>60d854f0-731c-4399-8bb6-3fa17aa8c0cb</PosterId> <PosterEmail>sample string 3</PosterEmail> <PosterFirstName>sample string 4</PosterFirstName> <PosterLastName>sample string 5</PosterLastName> <ProfilePictureCloudId>31ca5c32-ab75-4eeb-9785-bdd29b8d08fe</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>2023-05-28T19:53:09.8384998-07:00</DateCreated> <AttachedFiles> <ID>27e04bd0-fde2-4f9c-a8f7-48a2d971b56d</ID> <CaseID>2fde2c61-d702-4b26-b779-a36ebe2db5a3</CaseID> <Name>sample string 2</Name> <Extension>sample string 3</Extension> <Size>4</Size> <DateCreated>2023-05-28T19:53:09.8384998-07:00</DateCreated> <DateDeleted>2023-05-28T19:53:09.8384998-07:00</DateDeleted> <UserWhoAddedName>sample string 6</UserWhoAddedName> <FileUrl>sample string 7</FileUrl> <Shared>true</Shared> </AttachedFiles> <AttachedFiles> <ID>27e04bd0-fde2-4f9c-a8f7-48a2d971b56d</ID> <CaseID>2fde2c61-d702-4b26-b779-a36ebe2db5a3</CaseID> <Name>sample string 2</Name> <Extension>sample string 3</Extension> <Size>4</Size> <DateCreated>2023-05-28T19:53:09.8384998-07:00</DateCreated> <DateDeleted>2023-05-28T19:53:09.8384998-07: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>54242471-6ede-4988-803b-b5e87cc6399a</UserInvitationId> </MessageThreadDto>