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-18T13:12:18.034251-06:00",
"PatientId": "24fd82b3-9bc9-4ed0-9243-0b70d641ec5a",
"EncounterId": "1e1f250f-7e45-486e-9a9b-407c00bbe015",
"RecentEncounterId": "c9b57d1a-1210-4a07-ac40-a1934bafb72e",
"EncounterTypeId": "3474f6d6-50ad-4e06-8bc1-991a088ff41f",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2025-12-18T13:12:18.034251-06:00",
"PatientId": "24fd82b3-9bc9-4ed0-9243-0b70d641ec5a",
"EncounterId": "1e1f250f-7e45-486e-9a9b-407c00bbe015",
"RecentEncounterId": "c9b57d1a-1210-4a07-ac40-a1934bafb72e",
"EncounterTypeId": "3474f6d6-50ad-4e06-8bc1-991a088ff41f",
"NoticicationCount": 5
}
]