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-03T20:58:35.4401873-06:00",
"PatientId": "b441c503-b4c3-484c-8eda-94596d62f521",
"EncounterId": "2e849a58-5fff-4d59-b517-5b0a269c14d3",
"RecentEncounterId": "ed1488d8-9ada-437b-9257-5a724b5c68de",
"EncounterTypeId": "7664e445-a881-4770-a01f-bcc959ccd16c",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-02-03T20:58:35.4401873-06:00",
"PatientId": "b441c503-b4c3-484c-8eda-94596d62f521",
"EncounterId": "2e849a58-5fff-4d59-b517-5b0a269c14d3",
"RecentEncounterId": "ed1488d8-9ada-437b-9257-5a724b5c68de",
"EncounterTypeId": "7664e445-a881-4770-a01f-bcc959ccd16c",
"NoticicationCount": 5
}
]