GET Case/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
CaseDetailsForApi| Name | Description | Type | Additional information |
|---|---|---|---|
| DoctorTalkPosts | Collection of TalkPostDto |
None. |
|
| PatientTalkPosts | Collection of TalkPostDto |
None. |
|
| Doctors | Collection of string |
None. |
|
| ReferralFormData | Object |
None. |
|
| Attachments | Collection of AttachedFileDto |
None. |
|
| Id | globally unique identifier |
None. |
|
| Status | string |
None. |
|
| Treatment | string |
None. |
|
| Accepted | boolean |
None. |
|
| Archived | boolean |
None. |
|
| Patient | string |
None. |
|
| ReferringDoctor | LongNameDto |
None. |
|
| ReferringDoctorId | globally unique identifier |
None. |
|
| ReferredDoctorId | globally unique identifier |
None. |
|
| DateCreated | date |
None. |
|
| DateEdited | date |
None. |
|
| Doctors | Collection of LongNameDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"DoctorTalkPosts": [
{
"Id": "d770899d-9ee9-451f-ae14-40f7e42da52e",
"PosterId": "33a862ae-3e63-4cf7-948e-8a37fc5d0d55",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "663aa2d7-b49d-4d61-a896-1d2b7362144a",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-09-14T23:13:00.1387691+00:00",
"AttachedFiles": [
{
"ID": "7f3c922c-7e8e-4912-9804-d23fb8b2d5bf",
"CaseID": "162b61ef-1fe9-4dfe-9814-2f67991acd67",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-14T23:13:00.1387691+00:00",
"DateDeleted": "2026-09-14T23:13:00.1387691+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "7f3c922c-7e8e-4912-9804-d23fb8b2d5bf",
"CaseID": "162b61ef-1fe9-4dfe-9814-2f67991acd67",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-14T23:13:00.1387691+00:00",
"DateDeleted": "2026-09-14T23:13:00.1387691+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "d770899d-9ee9-451f-ae14-40f7e42da52e",
"PosterId": "33a862ae-3e63-4cf7-948e-8a37fc5d0d55",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "663aa2d7-b49d-4d61-a896-1d2b7362144a",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-09-14T23:13:00.1387691+00:00",
"AttachedFiles": [
{
"ID": "7f3c922c-7e8e-4912-9804-d23fb8b2d5bf",
"CaseID": "162b61ef-1fe9-4dfe-9814-2f67991acd67",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-14T23:13:00.1387691+00:00",
"DateDeleted": "2026-09-14T23:13:00.1387691+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "7f3c922c-7e8e-4912-9804-d23fb8b2d5bf",
"CaseID": "162b61ef-1fe9-4dfe-9814-2f67991acd67",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-14T23:13:00.1387691+00:00",
"DateDeleted": "2026-09-14T23:13:00.1387691+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"PatientTalkPosts": [
{
"Id": "d770899d-9ee9-451f-ae14-40f7e42da52e",
"PosterId": "33a862ae-3e63-4cf7-948e-8a37fc5d0d55",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "663aa2d7-b49d-4d61-a896-1d2b7362144a",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-09-14T23:13:00.1387691+00:00",
"AttachedFiles": [
{
"ID": "7f3c922c-7e8e-4912-9804-d23fb8b2d5bf",
"CaseID": "162b61ef-1fe9-4dfe-9814-2f67991acd67",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-14T23:13:00.1387691+00:00",
"DateDeleted": "2026-09-14T23:13:00.1387691+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "7f3c922c-7e8e-4912-9804-d23fb8b2d5bf",
"CaseID": "162b61ef-1fe9-4dfe-9814-2f67991acd67",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-14T23:13:00.1387691+00:00",
"DateDeleted": "2026-09-14T23:13:00.1387691+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "d770899d-9ee9-451f-ae14-40f7e42da52e",
"PosterId": "33a862ae-3e63-4cf7-948e-8a37fc5d0d55",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "663aa2d7-b49d-4d61-a896-1d2b7362144a",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-09-14T23:13:00.1387691+00:00",
"AttachedFiles": [
{
"ID": "7f3c922c-7e8e-4912-9804-d23fb8b2d5bf",
"CaseID": "162b61ef-1fe9-4dfe-9814-2f67991acd67",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-14T23:13:00.1387691+00:00",
"DateDeleted": "2026-09-14T23:13:00.1387691+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "7f3c922c-7e8e-4912-9804-d23fb8b2d5bf",
"CaseID": "162b61ef-1fe9-4dfe-9814-2f67991acd67",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-14T23:13:00.1387691+00:00",
"DateDeleted": "2026-09-14T23:13:00.1387691+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"Doctors": [
"sample string 1",
"sample string 2"
],
"ReferralFormData": {},
"Attachments": [
{
"ID": "7f3c922c-7e8e-4912-9804-d23fb8b2d5bf",
"CaseID": "162b61ef-1fe9-4dfe-9814-2f67991acd67",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-14T23:13:00.1387691+00:00",
"DateDeleted": "2026-09-14T23:13:00.1387691+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "7f3c922c-7e8e-4912-9804-d23fb8b2d5bf",
"CaseID": "162b61ef-1fe9-4dfe-9814-2f67991acd67",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-09-14T23:13:00.1387691+00:00",
"DateDeleted": "2026-09-14T23:13:00.1387691+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
],
"Id": "5f908ba4-2630-4bb2-92e1-68771f8f5dae",
"Status": "sample string 3",
"Treatment": "sample string 4",
"Accepted": true,
"Archived": true,
"Patient": "sample string 7",
"ReferringDoctor": {
"Id": "452dba8f-bcda-4a1d-87cd-9cdd50a905c2",
"Email": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Suffix": "sample string 5"
},
"ReferringDoctorId": "30686231-5411-4a92-b352-162d9b3841de",
"ReferredDoctorId": "28b90373-1e81-4ce9-ae19-a4ecb91a66ea",
"DateCreated": "2026-09-14T23:13:00.1387691+00:00",
"DateEdited": "2026-09-14T23:13:00.1387691+00:00"
}
text/html
Sample:
{"DoctorTalkPosts":[{"Id":"d770899d-9ee9-451f-ae14-40f7e42da52e","PosterId":"33a862ae-3e63-4cf7-948e-8a37fc5d0d55","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"663aa2d7-b49d-4d61-a896-1d2b7362144a","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-09-14T23:13:00.1387691+00:00","AttachedFiles":[{"ID":"7f3c922c-7e8e-4912-9804-d23fb8b2d5bf","CaseID":"162b61ef-1fe9-4dfe-9814-2f67991acd67","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-14T23:13:00.1387691+00:00","DateDeleted":"2026-09-14T23:13:00.1387691+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"7f3c922c-7e8e-4912-9804-d23fb8b2d5bf","CaseID":"162b61ef-1fe9-4dfe-9814-2f67991acd67","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-14T23:13:00.1387691+00:00","DateDeleted":"2026-09-14T23:13:00.1387691+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"d770899d-9ee9-451f-ae14-40f7e42da52e","PosterId":"33a862ae-3e63-4cf7-948e-8a37fc5d0d55","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"663aa2d7-b49d-4d61-a896-1d2b7362144a","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-09-14T23:13:00.1387691+00:00","AttachedFiles":[{"ID":"7f3c922c-7e8e-4912-9804-d23fb8b2d5bf","CaseID":"162b61ef-1fe9-4dfe-9814-2f67991acd67","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-14T23:13:00.1387691+00:00","DateDeleted":"2026-09-14T23:13:00.1387691+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"7f3c922c-7e8e-4912-9804-d23fb8b2d5bf","CaseID":"162b61ef-1fe9-4dfe-9814-2f67991acd67","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-14T23:13:00.1387691+00:00","DateDeleted":"2026-09-14T23:13:00.1387691+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"PatientTalkPosts":[{"Id":"d770899d-9ee9-451f-ae14-40f7e42da52e","PosterId":"33a862ae-3e63-4cf7-948e-8a37fc5d0d55","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"663aa2d7-b49d-4d61-a896-1d2b7362144a","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-09-14T23:13:00.1387691+00:00","AttachedFiles":[{"ID":"7f3c922c-7e8e-4912-9804-d23fb8b2d5bf","CaseID":"162b61ef-1fe9-4dfe-9814-2f67991acd67","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-14T23:13:00.1387691+00:00","DateDeleted":"2026-09-14T23:13:00.1387691+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"7f3c922c-7e8e-4912-9804-d23fb8b2d5bf","CaseID":"162b61ef-1fe9-4dfe-9814-2f67991acd67","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-14T23:13:00.1387691+00:00","DateDeleted":"2026-09-14T23:13:00.1387691+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"d770899d-9ee9-451f-ae14-40f7e42da52e","PosterId":"33a862ae-3e63-4cf7-948e-8a37fc5d0d55","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"663aa2d7-b49d-4d61-a896-1d2b7362144a","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-09-14T23:13:00.1387691+00:00","AttachedFiles":[{"ID":"7f3c922c-7e8e-4912-9804-d23fb8b2d5bf","CaseID":"162b61ef-1fe9-4dfe-9814-2f67991acd67","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-14T23:13:00.1387691+00:00","DateDeleted":"2026-09-14T23:13:00.1387691+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"7f3c922c-7e8e-4912-9804-d23fb8b2d5bf","CaseID":"162b61ef-1fe9-4dfe-9814-2f67991acd67","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-14T23:13:00.1387691+00:00","DateDeleted":"2026-09-14T23:13:00.1387691+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"Doctors":["sample string 1","sample string 2"],"ReferralFormData":{},"Attachments":[{"ID":"7f3c922c-7e8e-4912-9804-d23fb8b2d5bf","CaseID":"162b61ef-1fe9-4dfe-9814-2f67991acd67","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-14T23:13:00.1387691+00:00","DateDeleted":"2026-09-14T23:13:00.1387691+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"7f3c922c-7e8e-4912-9804-d23fb8b2d5bf","CaseID":"162b61ef-1fe9-4dfe-9814-2f67991acd67","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-09-14T23:13:00.1387691+00:00","DateDeleted":"2026-09-14T23:13:00.1387691+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}],"Id":"5f908ba4-2630-4bb2-92e1-68771f8f5dae","Status":"sample string 3","Treatment":"sample string 4","Accepted":true,"Archived":true,"Patient":"sample string 7","ReferringDoctor":{"Id":"452dba8f-bcda-4a1d-87cd-9cdd50a905c2","Email":"sample string 2","FirstName":"sample string 3","LastName":"sample string 4","Suffix":"sample string 5"},"ReferringDoctorId":"30686231-5411-4a92-b352-162d9b3841de","ReferredDoctorId":"28b90373-1e81-4ce9-ae19-a4ecb91a66ea","DateCreated":"2026-09-14T23:13:00.1387691+00:00","DateEdited":"2026-09-14T23:13:00.1387691+00:00"}
application/xml, text/xml
Sample:
<CaseDetailsForApi>
<DoctorTalkPosts>
<Id>d770899d-9ee9-451f-ae14-40f7e42da52e</Id>
<PosterId>33a862ae-3e63-4cf7-948e-8a37fc5d0d55</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>663aa2d7-b49d-4d61-a896-1d2b7362144a</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-09-14T23:13:00.1387691+00:00</DateCreated>
<AttachedFiles>
<ID>7f3c922c-7e8e-4912-9804-d23fb8b2d5bf</ID>
<CaseID>162b61ef-1fe9-4dfe-9814-2f67991acd67</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-14T23:13:00.1387691+00:00</DateCreated>
<DateDeleted>2026-09-14T23:13:00.1387691+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>7f3c922c-7e8e-4912-9804-d23fb8b2d5bf</ID>
<CaseID>162b61ef-1fe9-4dfe-9814-2f67991acd67</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-14T23:13:00.1387691+00:00</DateCreated>
<DateDeleted>2026-09-14T23:13:00.1387691+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</DoctorTalkPosts>
<DoctorTalkPosts>
<Id>d770899d-9ee9-451f-ae14-40f7e42da52e</Id>
<PosterId>33a862ae-3e63-4cf7-948e-8a37fc5d0d55</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>663aa2d7-b49d-4d61-a896-1d2b7362144a</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-09-14T23:13:00.1387691+00:00</DateCreated>
<AttachedFiles>
<ID>7f3c922c-7e8e-4912-9804-d23fb8b2d5bf</ID>
<CaseID>162b61ef-1fe9-4dfe-9814-2f67991acd67</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-14T23:13:00.1387691+00:00</DateCreated>
<DateDeleted>2026-09-14T23:13:00.1387691+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>7f3c922c-7e8e-4912-9804-d23fb8b2d5bf</ID>
<CaseID>162b61ef-1fe9-4dfe-9814-2f67991acd67</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-14T23:13:00.1387691+00:00</DateCreated>
<DateDeleted>2026-09-14T23:13:00.1387691+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</DoctorTalkPosts>
<PatientTalkPosts>
<Id>d770899d-9ee9-451f-ae14-40f7e42da52e</Id>
<PosterId>33a862ae-3e63-4cf7-948e-8a37fc5d0d55</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>663aa2d7-b49d-4d61-a896-1d2b7362144a</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-09-14T23:13:00.1387691+00:00</DateCreated>
<AttachedFiles>
<ID>7f3c922c-7e8e-4912-9804-d23fb8b2d5bf</ID>
<CaseID>162b61ef-1fe9-4dfe-9814-2f67991acd67</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-14T23:13:00.1387691+00:00</DateCreated>
<DateDeleted>2026-09-14T23:13:00.1387691+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>7f3c922c-7e8e-4912-9804-d23fb8b2d5bf</ID>
<CaseID>162b61ef-1fe9-4dfe-9814-2f67991acd67</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-14T23:13:00.1387691+00:00</DateCreated>
<DateDeleted>2026-09-14T23:13:00.1387691+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</PatientTalkPosts>
<PatientTalkPosts>
<Id>d770899d-9ee9-451f-ae14-40f7e42da52e</Id>
<PosterId>33a862ae-3e63-4cf7-948e-8a37fc5d0d55</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>663aa2d7-b49d-4d61-a896-1d2b7362144a</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-09-14T23:13:00.1387691+00:00</DateCreated>
<AttachedFiles>
<ID>7f3c922c-7e8e-4912-9804-d23fb8b2d5bf</ID>
<CaseID>162b61ef-1fe9-4dfe-9814-2f67991acd67</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-14T23:13:00.1387691+00:00</DateCreated>
<DateDeleted>2026-09-14T23:13:00.1387691+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>7f3c922c-7e8e-4912-9804-d23fb8b2d5bf</ID>
<CaseID>162b61ef-1fe9-4dfe-9814-2f67991acd67</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-14T23:13:00.1387691+00:00</DateCreated>
<DateDeleted>2026-09-14T23:13:00.1387691+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</PatientTalkPosts>
<Doctors>sample string 1</Doctors>
<Doctors>sample string 2</Doctors>
<ReferralFormData />
<Attachments>
<ID>7f3c922c-7e8e-4912-9804-d23fb8b2d5bf</ID>
<CaseID>162b61ef-1fe9-4dfe-9814-2f67991acd67</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-14T23:13:00.1387691+00:00</DateCreated>
<DateDeleted>2026-09-14T23:13:00.1387691+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</Attachments>
<Attachments>
<ID>7f3c922c-7e8e-4912-9804-d23fb8b2d5bf</ID>
<CaseID>162b61ef-1fe9-4dfe-9814-2f67991acd67</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-09-14T23:13:00.1387691+00:00</DateCreated>
<DateDeleted>2026-09-14T23:13:00.1387691+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</Attachments>
<Id>5f908ba4-2630-4bb2-92e1-68771f8f5dae</Id>
<Status>sample string 3</Status>
<Treatment>sample string 4</Treatment>
<Accepted>true</Accepted>
<Archived>true</Archived>
<Patient>sample string 7</Patient>
<ReferringDoctor>
<Id>452dba8f-bcda-4a1d-87cd-9cdd50a905c2</Id>
<Email>sample string 2</Email>
<FirstName>sample string 3</FirstName>
<LastName>sample string 4</LastName>
<Suffix>sample string 5</Suffix>
</ReferringDoctor>
<ReferringDoctorId>30686231-5411-4a92-b352-162d9b3841de</ReferringDoctorId>
<ReferredDoctorId>28b90373-1e81-4ce9-ae19-a4ecb91a66ea</ReferredDoctorId>
<DateCreated>2026-09-14T23:13:00.1387691+00:00</DateCreated>
<DateEdited>2026-09-14T23:13:00.1387691+00:00</DateEdited>
</CaseDetailsForApi>