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": "ffd65ab1-5b8f-44e2-bc0f-870f88648d1a",
"PosterId": "ab8d6b76-a55e-47c0-b385-e2a41f0876e6",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "acca451e-690c-42d0-ba43-e068264fe7f2",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-01-14T15:04:31.9992263+00:00",
"AttachedFiles": [
{
"ID": "a0f9f036-3cfe-413a-8d70-47f57edc719c",
"CaseID": "204060f7-2208-4b5d-aaab-ebbb2e71f025",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-14T15:04:31.9992263+00:00",
"DateDeleted": "2026-01-14T15:04:31.9992263+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "a0f9f036-3cfe-413a-8d70-47f57edc719c",
"CaseID": "204060f7-2208-4b5d-aaab-ebbb2e71f025",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-14T15:04:31.9992263+00:00",
"DateDeleted": "2026-01-14T15:04:31.9992263+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "ffd65ab1-5b8f-44e2-bc0f-870f88648d1a",
"PosterId": "ab8d6b76-a55e-47c0-b385-e2a41f0876e6",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "acca451e-690c-42d0-ba43-e068264fe7f2",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-01-14T15:04:31.9992263+00:00",
"AttachedFiles": [
{
"ID": "a0f9f036-3cfe-413a-8d70-47f57edc719c",
"CaseID": "204060f7-2208-4b5d-aaab-ebbb2e71f025",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-14T15:04:31.9992263+00:00",
"DateDeleted": "2026-01-14T15:04:31.9992263+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "a0f9f036-3cfe-413a-8d70-47f57edc719c",
"CaseID": "204060f7-2208-4b5d-aaab-ebbb2e71f025",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-14T15:04:31.9992263+00:00",
"DateDeleted": "2026-01-14T15:04:31.9992263+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"PatientTalkPosts": [
{
"Id": "ffd65ab1-5b8f-44e2-bc0f-870f88648d1a",
"PosterId": "ab8d6b76-a55e-47c0-b385-e2a41f0876e6",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "acca451e-690c-42d0-ba43-e068264fe7f2",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-01-14T15:04:31.9992263+00:00",
"AttachedFiles": [
{
"ID": "a0f9f036-3cfe-413a-8d70-47f57edc719c",
"CaseID": "204060f7-2208-4b5d-aaab-ebbb2e71f025",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-14T15:04:31.9992263+00:00",
"DateDeleted": "2026-01-14T15:04:31.9992263+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "a0f9f036-3cfe-413a-8d70-47f57edc719c",
"CaseID": "204060f7-2208-4b5d-aaab-ebbb2e71f025",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-14T15:04:31.9992263+00:00",
"DateDeleted": "2026-01-14T15:04:31.9992263+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
},
{
"Id": "ffd65ab1-5b8f-44e2-bc0f-870f88648d1a",
"PosterId": "ab8d6b76-a55e-47c0-b385-e2a41f0876e6",
"PosterEmail": "sample string 3",
"PosterFirstName": "sample string 4",
"PosterLastName": "sample string 5",
"ProfilePictureCloudId": "acca451e-690c-42d0-ba43-e068264fe7f2",
"PosterSufix": "sample string 6",
"Content": "sample string 7",
"Subject": "sample string 8",
"ViewerIsComposer": true,
"UnreadByViewer": true,
"UnreadByOther": true,
"DateCreated": "2026-01-14T15:04:31.9992263+00:00",
"AttachedFiles": [
{
"ID": "a0f9f036-3cfe-413a-8d70-47f57edc719c",
"CaseID": "204060f7-2208-4b5d-aaab-ebbb2e71f025",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-14T15:04:31.9992263+00:00",
"DateDeleted": "2026-01-14T15:04:31.9992263+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "a0f9f036-3cfe-413a-8d70-47f57edc719c",
"CaseID": "204060f7-2208-4b5d-aaab-ebbb2e71f025",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-14T15:04:31.9992263+00:00",
"DateDeleted": "2026-01-14T15:04:31.9992263+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
]
}
],
"Doctors": [
"sample string 1",
"sample string 2"
],
"ReferralFormData": {},
"Attachments": [
{
"ID": "a0f9f036-3cfe-413a-8d70-47f57edc719c",
"CaseID": "204060f7-2208-4b5d-aaab-ebbb2e71f025",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-14T15:04:31.9992263+00:00",
"DateDeleted": "2026-01-14T15:04:31.9992263+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
},
{
"ID": "a0f9f036-3cfe-413a-8d70-47f57edc719c",
"CaseID": "204060f7-2208-4b5d-aaab-ebbb2e71f025",
"Name": "sample string 2",
"Extension": "sample string 3",
"Size": 4,
"DateCreated": "2026-01-14T15:04:31.9992263+00:00",
"DateDeleted": "2026-01-14T15:04:31.9992263+00:00",
"UserWhoAddedName": "sample string 6",
"FileUrl": "sample string 7",
"Shared": true
}
],
"Id": "48f66a90-7aa8-4dc9-93eb-4289313e486b",
"Status": "sample string 3",
"Treatment": "sample string 4",
"Accepted": true,
"Archived": true,
"Patient": "sample string 7",
"ReferringDoctor": {
"Id": "9452a95e-d152-4050-9ca1-72fc881bd922",
"Email": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"Suffix": "sample string 5"
},
"ReferringDoctorId": "79458e05-96f9-4b1b-a9ca-f2a18b66fbdf",
"ReferredDoctorId": "cd6720c0-defb-47d7-975f-8f4d4ad95fee",
"DateCreated": "2026-01-14T15:04:31.9992263+00:00",
"DateEdited": "2026-01-14T15:04:31.9992263+00:00"
}
text/html
Sample:
{"DoctorTalkPosts":[{"Id":"ffd65ab1-5b8f-44e2-bc0f-870f88648d1a","PosterId":"ab8d6b76-a55e-47c0-b385-e2a41f0876e6","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"acca451e-690c-42d0-ba43-e068264fe7f2","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-01-14T15:04:31.9992263+00:00","AttachedFiles":[{"ID":"a0f9f036-3cfe-413a-8d70-47f57edc719c","CaseID":"204060f7-2208-4b5d-aaab-ebbb2e71f025","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-14T15:04:31.9992263+00:00","DateDeleted":"2026-01-14T15:04:31.9992263+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"a0f9f036-3cfe-413a-8d70-47f57edc719c","CaseID":"204060f7-2208-4b5d-aaab-ebbb2e71f025","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-14T15:04:31.9992263+00:00","DateDeleted":"2026-01-14T15:04:31.9992263+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"ffd65ab1-5b8f-44e2-bc0f-870f88648d1a","PosterId":"ab8d6b76-a55e-47c0-b385-e2a41f0876e6","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"acca451e-690c-42d0-ba43-e068264fe7f2","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-01-14T15:04:31.9992263+00:00","AttachedFiles":[{"ID":"a0f9f036-3cfe-413a-8d70-47f57edc719c","CaseID":"204060f7-2208-4b5d-aaab-ebbb2e71f025","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-14T15:04:31.9992263+00:00","DateDeleted":"2026-01-14T15:04:31.9992263+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"a0f9f036-3cfe-413a-8d70-47f57edc719c","CaseID":"204060f7-2208-4b5d-aaab-ebbb2e71f025","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-14T15:04:31.9992263+00:00","DateDeleted":"2026-01-14T15:04:31.9992263+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"PatientTalkPosts":[{"Id":"ffd65ab1-5b8f-44e2-bc0f-870f88648d1a","PosterId":"ab8d6b76-a55e-47c0-b385-e2a41f0876e6","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"acca451e-690c-42d0-ba43-e068264fe7f2","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-01-14T15:04:31.9992263+00:00","AttachedFiles":[{"ID":"a0f9f036-3cfe-413a-8d70-47f57edc719c","CaseID":"204060f7-2208-4b5d-aaab-ebbb2e71f025","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-14T15:04:31.9992263+00:00","DateDeleted":"2026-01-14T15:04:31.9992263+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"a0f9f036-3cfe-413a-8d70-47f57edc719c","CaseID":"204060f7-2208-4b5d-aaab-ebbb2e71f025","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-14T15:04:31.9992263+00:00","DateDeleted":"2026-01-14T15:04:31.9992263+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]},{"Id":"ffd65ab1-5b8f-44e2-bc0f-870f88648d1a","PosterId":"ab8d6b76-a55e-47c0-b385-e2a41f0876e6","PosterEmail":"sample string 3","PosterFirstName":"sample string 4","PosterLastName":"sample string 5","ProfilePictureCloudId":"acca451e-690c-42d0-ba43-e068264fe7f2","PosterSufix":"sample string 6","Content":"sample string 7","Subject":"sample string 8","ViewerIsComposer":true,"UnreadByViewer":true,"UnreadByOther":true,"DateCreated":"2026-01-14T15:04:31.9992263+00:00","AttachedFiles":[{"ID":"a0f9f036-3cfe-413a-8d70-47f57edc719c","CaseID":"204060f7-2208-4b5d-aaab-ebbb2e71f025","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-14T15:04:31.9992263+00:00","DateDeleted":"2026-01-14T15:04:31.9992263+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"a0f9f036-3cfe-413a-8d70-47f57edc719c","CaseID":"204060f7-2208-4b5d-aaab-ebbb2e71f025","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-14T15:04:31.9992263+00:00","DateDeleted":"2026-01-14T15:04:31.9992263+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}]}],"Doctors":["sample string 1","sample string 2"],"ReferralFormData":{},"Attachments":[{"ID":"a0f9f036-3cfe-413a-8d70-47f57edc719c","CaseID":"204060f7-2208-4b5d-aaab-ebbb2e71f025","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-14T15:04:31.9992263+00:00","DateDeleted":"2026-01-14T15:04:31.9992263+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true},{"ID":"a0f9f036-3cfe-413a-8d70-47f57edc719c","CaseID":"204060f7-2208-4b5d-aaab-ebbb2e71f025","Name":"sample string 2","Extension":"sample string 3","Size":4,"DateCreated":"2026-01-14T15:04:31.9992263+00:00","DateDeleted":"2026-01-14T15:04:31.9992263+00:00","UserWhoAddedName":"sample string 6","FileUrl":"sample string 7","Shared":true}],"Id":"48f66a90-7aa8-4dc9-93eb-4289313e486b","Status":"sample string 3","Treatment":"sample string 4","Accepted":true,"Archived":true,"Patient":"sample string 7","ReferringDoctor":{"Id":"9452a95e-d152-4050-9ca1-72fc881bd922","Email":"sample string 2","FirstName":"sample string 3","LastName":"sample string 4","Suffix":"sample string 5"},"ReferringDoctorId":"79458e05-96f9-4b1b-a9ca-f2a18b66fbdf","ReferredDoctorId":"cd6720c0-defb-47d7-975f-8f4d4ad95fee","DateCreated":"2026-01-14T15:04:31.9992263+00:00","DateEdited":"2026-01-14T15:04:31.9992263+00:00"}
application/xml, text/xml
Sample:
<CaseDetailsForApi>
<DoctorTalkPosts>
<Id>ffd65ab1-5b8f-44e2-bc0f-870f88648d1a</Id>
<PosterId>ab8d6b76-a55e-47c0-b385-e2a41f0876e6</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>acca451e-690c-42d0-ba43-e068264fe7f2</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-01-14T15:04:31.9992263+00:00</DateCreated>
<AttachedFiles>
<ID>a0f9f036-3cfe-413a-8d70-47f57edc719c</ID>
<CaseID>204060f7-2208-4b5d-aaab-ebbb2e71f025</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-14T15:04:31.9992263+00:00</DateCreated>
<DateDeleted>2026-01-14T15:04:31.9992263+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>a0f9f036-3cfe-413a-8d70-47f57edc719c</ID>
<CaseID>204060f7-2208-4b5d-aaab-ebbb2e71f025</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-14T15:04:31.9992263+00:00</DateCreated>
<DateDeleted>2026-01-14T15:04:31.9992263+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</DoctorTalkPosts>
<DoctorTalkPosts>
<Id>ffd65ab1-5b8f-44e2-bc0f-870f88648d1a</Id>
<PosterId>ab8d6b76-a55e-47c0-b385-e2a41f0876e6</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>acca451e-690c-42d0-ba43-e068264fe7f2</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-01-14T15:04:31.9992263+00:00</DateCreated>
<AttachedFiles>
<ID>a0f9f036-3cfe-413a-8d70-47f57edc719c</ID>
<CaseID>204060f7-2208-4b5d-aaab-ebbb2e71f025</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-14T15:04:31.9992263+00:00</DateCreated>
<DateDeleted>2026-01-14T15:04:31.9992263+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>a0f9f036-3cfe-413a-8d70-47f57edc719c</ID>
<CaseID>204060f7-2208-4b5d-aaab-ebbb2e71f025</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-14T15:04:31.9992263+00:00</DateCreated>
<DateDeleted>2026-01-14T15:04:31.9992263+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</DoctorTalkPosts>
<PatientTalkPosts>
<Id>ffd65ab1-5b8f-44e2-bc0f-870f88648d1a</Id>
<PosterId>ab8d6b76-a55e-47c0-b385-e2a41f0876e6</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>acca451e-690c-42d0-ba43-e068264fe7f2</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-01-14T15:04:31.9992263+00:00</DateCreated>
<AttachedFiles>
<ID>a0f9f036-3cfe-413a-8d70-47f57edc719c</ID>
<CaseID>204060f7-2208-4b5d-aaab-ebbb2e71f025</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-14T15:04:31.9992263+00:00</DateCreated>
<DateDeleted>2026-01-14T15:04:31.9992263+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>a0f9f036-3cfe-413a-8d70-47f57edc719c</ID>
<CaseID>204060f7-2208-4b5d-aaab-ebbb2e71f025</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-14T15:04:31.9992263+00:00</DateCreated>
<DateDeleted>2026-01-14T15:04:31.9992263+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
</PatientTalkPosts>
<PatientTalkPosts>
<Id>ffd65ab1-5b8f-44e2-bc0f-870f88648d1a</Id>
<PosterId>ab8d6b76-a55e-47c0-b385-e2a41f0876e6</PosterId>
<PosterEmail>sample string 3</PosterEmail>
<PosterFirstName>sample string 4</PosterFirstName>
<PosterLastName>sample string 5</PosterLastName>
<ProfilePictureCloudId>acca451e-690c-42d0-ba43-e068264fe7f2</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-01-14T15:04:31.9992263+00:00</DateCreated>
<AttachedFiles>
<ID>a0f9f036-3cfe-413a-8d70-47f57edc719c</ID>
<CaseID>204060f7-2208-4b5d-aaab-ebbb2e71f025</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-14T15:04:31.9992263+00:00</DateCreated>
<DateDeleted>2026-01-14T15:04:31.9992263+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</AttachedFiles>
<AttachedFiles>
<ID>a0f9f036-3cfe-413a-8d70-47f57edc719c</ID>
<CaseID>204060f7-2208-4b5d-aaab-ebbb2e71f025</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-14T15:04:31.9992263+00:00</DateCreated>
<DateDeleted>2026-01-14T15:04:31.9992263+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>a0f9f036-3cfe-413a-8d70-47f57edc719c</ID>
<CaseID>204060f7-2208-4b5d-aaab-ebbb2e71f025</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-14T15:04:31.9992263+00:00</DateCreated>
<DateDeleted>2026-01-14T15:04:31.9992263+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</Attachments>
<Attachments>
<ID>a0f9f036-3cfe-413a-8d70-47f57edc719c</ID>
<CaseID>204060f7-2208-4b5d-aaab-ebbb2e71f025</CaseID>
<Name>sample string 2</Name>
<Extension>sample string 3</Extension>
<Size>4</Size>
<DateCreated>2026-01-14T15:04:31.9992263+00:00</DateCreated>
<DateDeleted>2026-01-14T15:04:31.9992263+00:00</DateDeleted>
<UserWhoAddedName>sample string 6</UserWhoAddedName>
<FileUrl>sample string 7</FileUrl>
<Shared>true</Shared>
</Attachments>
<Id>48f66a90-7aa8-4dc9-93eb-4289313e486b</Id>
<Status>sample string 3</Status>
<Treatment>sample string 4</Treatment>
<Accepted>true</Accepted>
<Archived>true</Archived>
<Patient>sample string 7</Patient>
<ReferringDoctor>
<Id>9452a95e-d152-4050-9ca1-72fc881bd922</Id>
<Email>sample string 2</Email>
<FirstName>sample string 3</FirstName>
<LastName>sample string 4</LastName>
<Suffix>sample string 5</Suffix>
</ReferringDoctor>
<ReferringDoctorId>79458e05-96f9-4b1b-a9ca-f2a18b66fbdf</ReferringDoctorId>
<ReferredDoctorId>cd6720c0-defb-47d7-975f-8f4d4ad95fee</ReferredDoctorId>
<DateCreated>2026-01-14T15:04:31.9992263+00:00</DateCreated>
<DateEdited>2026-01-14T15:04:31.9992263+00:00</DateEdited>
</CaseDetailsForApi>