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-04T03:25:46.0365952+00:00",
"PatientId": "4f0d0ed4-f189-459d-a4f5-2a4ec99658ca",
"EncounterId": "ee627c0f-1f45-4943-837b-e82fc1962c71",
"RecentEncounterId": "d81d254b-e46b-4b8e-9b61-5fb43be5579f",
"EncounterTypeId": "8e880dcf-db60-4fa7-8243-4903d3397b03",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-02-04T03:25:46.0365952+00:00",
"PatientId": "4f0d0ed4-f189-459d-a4f5-2a4ec99658ca",
"EncounterId": "ee627c0f-1f45-4943-837b-e82fc1962c71",
"RecentEncounterId": "d81d254b-e46b-4b8e-9b61-5fb43be5579f",
"EncounterTypeId": "8e880dcf-db60-4fa7-8243-4903d3397b03",
"NoticicationCount": 5
}
]