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-03-21T16:56:59.118234-05:00",
"PatientId": "cdaf886f-59e6-4112-956c-6f40aa9fcfb8",
"EncounterId": "6cce75d3-c8f5-4307-ace8-1f3368e7a007",
"RecentEncounterId": "785f58a7-620c-4567-bc90-43a39af53d92",
"EncounterTypeId": "a126118a-cad4-498d-8c05-df242fb59537",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-03-21T16:56:59.118234-05:00",
"PatientId": "cdaf886f-59e6-4112-956c-6f40aa9fcfb8",
"EncounterId": "6cce75d3-c8f5-4307-ace8-1f3368e7a007",
"RecentEncounterId": "785f58a7-620c-4567-bc90-43a39af53d92",
"EncounterTypeId": "a126118a-cad4-498d-8c05-df242fb59537",
"NoticicationCount": 5
}
]