GET api/Patient/MyPatientWidgetGet/{userid}/{AccountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | globally unique identifier |
Required |
|
| AccountId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MyPtientWidget| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| PatientNo | string |
None. |
|
| EpisodeType | string |
None. |
|
| Caregiver | string |
None. |
|
| StatusId | integer |
None. |
|
| EncounterOn | date |
None. |
|
| PatientId | globally unique identifier |
None. |
|
| EncounterId | globally unique identifier |
None. |
|
| RecentEncounterId | globally unique identifier |
None. |
|
| EncounterTypeId | globally unique identifier |
None. |
|
| NoticicationCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-02-03T21:05:42.4374367-06:00",
"PatientId": "844c7cfe-5629-492d-8cfb-bae8120f0053",
"EncounterId": "7f734b9c-ec7f-4fba-8a31-f04882cfa670",
"RecentEncounterId": "24b930cd-ad6b-4563-8de3-50f1bcaa017a",
"EncounterTypeId": "be91af47-2723-40ca-909a-17f6110c7fa1",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-02-03T21:05:42.4374367-06:00",
"PatientId": "844c7cfe-5629-492d-8cfb-bae8120f0053",
"EncounterId": "7f734b9c-ec7f-4fba-8a31-f04882cfa670",
"RecentEncounterId": "24b930cd-ad6b-4563-8de3-50f1bcaa017a",
"EncounterTypeId": "be91af47-2723-40ca-909a-17f6110c7fa1",
"NoticicationCount": 5
}
]