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": "7ad8085f-9081-4ade-836b-e72d2fe9b1cb",
"PosterId": "f4d74d1f-f37e-4876-bc28-3bbe566a4b8b",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "be1442f5-7949-4fbd-a6ae-524f78669c92",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-07-30T13:42:00.8038989+00:00",
"AttachedFiles": [
{
"ID": "e719736f-fe2a-4419-a047-2287d19f3c92",
"CaseID": "871b8bf9-1a76-40aa-8c7a-6fdddf4b3601",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-30T13:42:00.8038989+00:00",
"DateDeleted": "2026-07-30T13:42:00.8038989+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "e719736f-fe2a-4419-a047-2287d19f3c92",
"CaseID": "871b8bf9-1a76-40aa-8c7a-6fdddf4b3601",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-30T13:42:00.8038989+00:00",
"DateDeleted": "2026-07-30T13:42:00.8038989+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "7ad8085f-9081-4ade-836b-e72d2fe9b1cb",
"PosterId": "f4d74d1f-f37e-4876-bc28-3bbe566a4b8b",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "be1442f5-7949-4fbd-a6ae-524f78669c92",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-07-30T13:42:00.8038989+00:00",
"AttachedFiles": [
{
"ID": "e719736f-fe2a-4419-a047-2287d19f3c92",
"CaseID": "871b8bf9-1a76-40aa-8c7a-6fdddf4b3601",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-30T13:42:00.8038989+00:00",
"DateDeleted": "2026-07-30T13:42:00.8038989+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "e719736f-fe2a-4419-a047-2287d19f3c92",
"CaseID": "871b8bf9-1a76-40aa-8c7a-6fdddf4b3601",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-30T13:42:00.8038989+00:00",
"DateDeleted": "2026-07-30T13:42:00.8038989+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"PatientTalkPosts": [
{
"Id": "7ad8085f-9081-4ade-836b-e72d2fe9b1cb",
"PosterId": "f4d74d1f-f37e-4876-bc28-3bbe566a4b8b",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "be1442f5-7949-4fbd-a6ae-524f78669c92",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-07-30T13:42:00.8038989+00:00",
"AttachedFiles": [
{
"ID": "e719736f-fe2a-4419-a047-2287d19f3c92",
"CaseID": "871b8bf9-1a76-40aa-8c7a-6fdddf4b3601",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-30T13:42:00.8038989+00:00",
"DateDeleted": "2026-07-30T13:42:00.8038989+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "e719736f-fe2a-4419-a047-2287d19f3c92",
"CaseID": "871b8bf9-1a76-40aa-8c7a-6fdddf4b3601",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-30T13:42:00.8038989+00:00",
"DateDeleted": "2026-07-30T13:42:00.8038989+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "7ad8085f-9081-4ade-836b-e72d2fe9b1cb",
"PosterId": "f4d74d1f-f37e-4876-bc28-3bbe566a4b8b",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "be1442f5-7949-4fbd-a6ae-524f78669c92",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-07-30T13:42:00.8038989+00:00",
"AttachedFiles": [
{
"ID": "e719736f-fe2a-4419-a047-2287d19f3c92",
"CaseID": "871b8bf9-1a76-40aa-8c7a-6fdddf4b3601",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-30T13:42:00.8038989+00:00",
"DateDeleted": "2026-07-30T13:42:00.8038989+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "e719736f-fe2a-4419-a047-2287d19f3c92",
"CaseID": "871b8bf9-1a76-40aa-8c7a-6fdddf4b3601",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-30T13:42:00.8038989+00:00",
"DateDeleted": "2026-07-30T13:42:00.8038989+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"Doctors": [
"sample string 1",
"sample string 2"
],
"ReferralFormData": {},
"Attachments": [
{
"ID": "e719736f-fe2a-4419-a047-2287d19f3c92",
"CaseID": "871b8bf9-1a76-40aa-8c7a-6fdddf4b3601",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-30T13:42:00.8038989+00:00",
"DateDeleted": "2026-07-30T13:42:00.8038989+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "e719736f-fe2a-4419-a047-2287d19f3c92",
"CaseID": "871b8bf9-1a76-40aa-8c7a-6fdddf4b3601",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-07-30T13:42:00.8038989+00:00",
"DateDeleted": "2026-07-30T13:42:00.8038989+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
],
"Id": "ce7bb3c7-a954-4012-ac30-5ac605a20dbd",
"Status": "sample string 3",
"Treatment": "sample string 4",
"Accepted": true,
"Archived": true,
"Patient": "sample string 7",
"ReferringDoctor": {
"Id": "f8e3375b-8055-419d-b5e6-5a76e887d95d",
"Email": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Suffix": "sample string 5"
},
"ReferringDoctorId": "426cf798-0815-4322-8d44-1e063d6110a8",
"ReferredDoctorId": "b6c72a7d-fb2c-42af-b511-17e89196d60d",
"DateCreated": "2026-07-30T13:42:00.8038989+00:00",
"DateEdited": "2026-07-30T13:42:00.8038989+00:00"
}
text/html
Sample:
{"DoctorTalkPosts":[{"Id":"7ad8085f-9081-4ade-836b-e72d2fe9b1cb","PosterId":"f4d74d1f-f37e-4876-bc28-3bbe566a4b8b","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"be1442f5-7949-4fbd-a6ae-524f78669c92","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-07-30T13:42:00.8038989+00:00","AttachedFiles":[{"ID":"e719736f-fe2a-4419-a047-2287d19f3c92","CaseID":"871b8bf9-1a76-40aa-8c7a-6fdddf4b3601","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-30T13:42:00.8038989+00:00","DateDeleted":"2026-07-30T13:42:00.8038989+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"e719736f-fe2a-4419-a047-2287d19f3c92","CaseID":"871b8bf9-1a76-40aa-8c7a-6fdddf4b3601","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-30T13:42:00.8038989+00:00","DateDeleted":"2026-07-30T13:42:00.8038989+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"7ad8085f-9081-4ade-836b-e72d2fe9b1cb","PosterId":"f4d74d1f-f37e-4876-bc28-3bbe566a4b8b","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"be1442f5-7949-4fbd-a6ae-524f78669c92","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-07-30T13:42:00.8038989+00:00","AttachedFiles":[{"ID":"e719736f-fe2a-4419-a047-2287d19f3c92","CaseID":"871b8bf9-1a76-40aa-8c7a-6fdddf4b3601","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-30T13:42:00.8038989+00:00","DateDeleted":"2026-07-30T13:42:00.8038989+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"e719736f-fe2a-4419-a047-2287d19f3c92","CaseID":"871b8bf9-1a76-40aa-8c7a-6fdddf4b3601","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-30T13:42:00.8038989+00:00","DateDeleted":"2026-07-30T13:42:00.8038989+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"PatientTalkPosts":[{"Id":"7ad8085f-9081-4ade-836b-e72d2fe9b1cb","PosterId":"f4d74d1f-f37e-4876-bc28-3bbe566a4b8b","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"be1442f5-7949-4fbd-a6ae-524f78669c92","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-07-30T13:42:00.8038989+00:00","AttachedFiles":[{"ID":"e719736f-fe2a-4419-a047-2287d19f3c92","CaseID":"871b8bf9-1a76-40aa-8c7a-6fdddf4b3601","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-30T13:42:00.8038989+00:00","DateDeleted":"2026-07-30T13:42:00.8038989+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"e719736f-fe2a-4419-a047-2287d19f3c92","CaseID":"871b8bf9-1a76-40aa-8c7a-6fdddf4b3601","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-30T13:42:00.8038989+00:00","DateDeleted":"2026-07-30T13:42:00.8038989+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"7ad8085f-9081-4ade-836b-e72d2fe9b1cb","PosterId":"f4d74d1f-f37e-4876-bc28-3bbe566a4b8b","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"be1442f5-7949-4fbd-a6ae-524f78669c92","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-07-30T13:42:00.8038989+00:00","AttachedFiles":[{"ID":"e719736f-fe2a-4419-a047-2287d19f3c92","CaseID":"871b8bf9-1a76-40aa-8c7a-6fdddf4b3601","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-30T13:42:00.8038989+00:00","DateDeleted":"2026-07-30T13:42:00.8038989+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"e719736f-fe2a-4419-a047-2287d19f3c92","CaseID":"871b8bf9-1a76-40aa-8c7a-6fdddf4b3601","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-30T13:42:00.8038989+00:00","DateDeleted":"2026-07-30T13:42:00.8038989+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"Doctors":["sample string 1","sample string 2"],"ReferralFormData":{},"Attachments":[{"ID":"e719736f-fe2a-4419-a047-2287d19f3c92","CaseID":"871b8bf9-1a76-40aa-8c7a-6fdddf4b3601","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-30T13:42:00.8038989+00:00","DateDeleted":"2026-07-30T13:42:00.8038989+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"e719736f-fe2a-4419-a047-2287d19f3c92","CaseID":"871b8bf9-1a76-40aa-8c7a-6fdddf4b3601","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-07-30T13:42:00.8038989+00:00","DateDeleted":"2026-07-30T13:42:00.8038989+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}],"Id":"ce7bb3c7-a954-4012-ac30-5ac605a20dbd","Status":"sample string 3","Treatment":"sample string 4","Accepted":true,"Archived":true,"Patient":"sample string 7","ReferringDoctor":{"Id":"f8e3375b-8055-419d-b5e6-5a76e887d95d","Email":"sample string 2","FirstName":"sample string 3","LastName":"sample string 4","Suffix":"sample string 5"},"ReferringDoctorId":"426cf798-0815-4322-8d44-1e063d6110a8","ReferredDoctorId":"b6c72a7d-fb2c-42af-b511-17e89196d60d","DateCreated":"2026-07-30T13:42:00.8038989+00:00","DateEdited":"2026-07-30T13:42:00.8038989+00:00"}
application/xml, text/xml
Sample:
<CaseDetailsForApi>
<DoctorTalkPosts>
<Id>7ad8085f-9081-4ade-836b-e72d2fe9b1cb</Id>
<PosterId>f4d74d1f-f37e-4876-bc28-3bbe566a4b8b</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>be1442f5-7949-4fbd-a6ae-524f78669c92</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-30T13:42:00.8038989+00:00</DateCreated>
<AttachedFiles>
<ID>e719736f-fe2a-4419-a047-2287d19f3c92</ID>
<CaseID>871b8bf9-1a76-40aa-8c7a-6fdddf4b3601</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-30T13:42:00.8038989+00:00</DateCreated>
<DateDeleted>2026-07-30T13:42:00.8038989+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>e719736f-fe2a-4419-a047-2287d19f3c92</ID>
<CaseID>871b8bf9-1a76-40aa-8c7a-6fdddf4b3601</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-30T13:42:00.8038989+00:00</DateCreated>
<DateDeleted>2026-07-30T13:42:00.8038989+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</DoctorTalkPosts>
<DoctorTalkPosts>
<Id>7ad8085f-9081-4ade-836b-e72d2fe9b1cb</Id>
<PosterId>f4d74d1f-f37e-4876-bc28-3bbe566a4b8b</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>be1442f5-7949-4fbd-a6ae-524f78669c92</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-30T13:42:00.8038989+00:00</DateCreated>
<AttachedFiles>
<ID>e719736f-fe2a-4419-a047-2287d19f3c92</ID>
<CaseID>871b8bf9-1a76-40aa-8c7a-6fdddf4b3601</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-30T13:42:00.8038989+00:00</DateCreated>
<DateDeleted>2026-07-30T13:42:00.8038989+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>e719736f-fe2a-4419-a047-2287d19f3c92</ID>
<CaseID>871b8bf9-1a76-40aa-8c7a-6fdddf4b3601</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-30T13:42:00.8038989+00:00</DateCreated>
<DateDeleted>2026-07-30T13:42:00.8038989+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</DoctorTalkPosts>
<PatientTalkPosts>
<Id>7ad8085f-9081-4ade-836b-e72d2fe9b1cb</Id>
<PosterId>f4d74d1f-f37e-4876-bc28-3bbe566a4b8b</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>be1442f5-7949-4fbd-a6ae-524f78669c92</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-30T13:42:00.8038989+00:00</DateCreated>
<AttachedFiles>
<ID>e719736f-fe2a-4419-a047-2287d19f3c92</ID>
<CaseID>871b8bf9-1a76-40aa-8c7a-6fdddf4b3601</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-30T13:42:00.8038989+00:00</DateCreated>
<DateDeleted>2026-07-30T13:42:00.8038989+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>e719736f-fe2a-4419-a047-2287d19f3c92</ID>
<CaseID>871b8bf9-1a76-40aa-8c7a-6fdddf4b3601</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-30T13:42:00.8038989+00:00</DateCreated>
<DateDeleted>2026-07-30T13:42:00.8038989+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</PatientTalkPosts>
<PatientTalkPosts>
<Id>7ad8085f-9081-4ade-836b-e72d2fe9b1cb</Id>
<PosterId>f4d74d1f-f37e-4876-bc28-3bbe566a4b8b</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>be1442f5-7949-4fbd-a6ae-524f78669c92</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-30T13:42:00.8038989+00:00</DateCreated>
<AttachedFiles>
<ID>e719736f-fe2a-4419-a047-2287d19f3c92</ID>
<CaseID>871b8bf9-1a76-40aa-8c7a-6fdddf4b3601</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-30T13:42:00.8038989+00:00</DateCreated>
<DateDeleted>2026-07-30T13:42:00.8038989+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>e719736f-fe2a-4419-a047-2287d19f3c92</ID>
<CaseID>871b8bf9-1a76-40aa-8c7a-6fdddf4b3601</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-30T13:42:00.8038989+00:00</DateCreated>
<DateDeleted>2026-07-30T13:42:00.8038989+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>e719736f-fe2a-4419-a047-2287d19f3c92</ID>
<CaseID>871b8bf9-1a76-40aa-8c7a-6fdddf4b3601</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-30T13:42:00.8038989+00:00</DateCreated>
<DateDeleted>2026-07-30T13:42:00.8038989+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</Attachments>
<Attachments>
<ID>e719736f-fe2a-4419-a047-2287d19f3c92</ID>
<CaseID>871b8bf9-1a76-40aa-8c7a-6fdddf4b3601</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-07-30T13:42:00.8038989+00:00</DateCreated>
<DateDeleted>2026-07-30T13:42:00.8038989+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</Attachments>
<Id>ce7bb3c7-a954-4012-ac30-5ac605a20dbd</Id>
<Status>sample string 3</Status>
<Treatment>sample string 4</Treatment>
<Accepted>true</Accepted>
<Archived>true</Archived>
<Patient>sample string 7</Patient>
<ReferringDoctor>
<Id>f8e3375b-8055-419d-b5e6-5a76e887d95d</Id>
<Email>sample string 2</Email>
<FirstName>sample string 3</FirstName>
<LastName>sample string 4</LastName>
<Suffix>sample string 5</Suffix>
</ReferringDoctor>
<ReferringDoctorId>426cf798-0815-4322-8d44-1e063d6110a8</ReferringDoctorId>
<ReferredDoctorId>b6c72a7d-fb2c-42af-b511-17e89196d60d</ReferredDoctorId>
<DateCreated>2026-07-30T13:42:00.8038989+00:00</DateCreated>
<DateEdited>2026-07-30T13:42:00.8038989+00:00</DateEdited>
</CaseDetailsForApi>