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": "2025-12-16T09:12:45.9143156+00:00",
"PatientId": "f31f934c-8f28-4d3b-908e-b83e7d475e02",
"EncounterId": "03ca0458-f187-4fa0-8f8e-65c485482913",
"RecentEncounterId": "ef58c34f-d54d-4a4c-97fc-c710516a3dda",
"EncounterTypeId": "df127067-ee75-47da-9cad-4c69739284c2",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2025-12-16T09:12:45.9143156+00:00",
"PatientId": "f31f934c-8f28-4d3b-908e-b83e7d475e02",
"EncounterId": "03ca0458-f187-4fa0-8f8e-65c485482913",
"RecentEncounterId": "ef58c34f-d54d-4a4c-97fc-c710516a3dda",
"EncounterTypeId": "df127067-ee75-47da-9cad-4c69739284c2",
"NoticicationCount": 5
}
]