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-05-06T13:37:24.6255729+00:00",
"PatientId": "fd538ed7-2388-4be0-bed2-550106e316fd",
"EncounterId": "a8d47371-11d3-41dd-ace8-3ac3428413e7",
"RecentEncounterId": "abef6321-4c3c-4657-acb0-d4060c332a9c",
"EncounterTypeId": "cb6d50ab-f94e-4792-a57c-64f2ff12276e",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-05-06T13:37:24.6255729+00:00",
"PatientId": "fd538ed7-2388-4be0-bed2-550106e316fd",
"EncounterId": "a8d47371-11d3-41dd-ace8-3ac3428413e7",
"RecentEncounterId": "abef6321-4c3c-4657-acb0-d4060c332a9c",
"EncounterTypeId": "cb6d50ab-f94e-4792-a57c-64f2ff12276e",
"NoticicationCount": 5
}
]