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-15T10:15:31.6059523-06:00",
"PatientId": "67e7ceb8-7ba3-4f76-8c50-4900e2b886fb",
"EncounterId": "0d9c7d16-7ce4-4653-b85f-f4bb79107a8f",
"RecentEncounterId": "cc5cf7c2-a1ac-4b4c-bfc8-1435b959651b",
"EncounterTypeId": "f54c97c9-63c7-42f4-a468-56cc2615c79a",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2025-12-15T10:15:31.6059523-06:00",
"PatientId": "67e7ceb8-7ba3-4f76-8c50-4900e2b886fb",
"EncounterId": "0d9c7d16-7ce4-4653-b85f-f4bb79107a8f",
"RecentEncounterId": "cc5cf7c2-a1ac-4b4c-bfc8-1435b959651b",
"EncounterTypeId": "f54c97c9-63c7-42f4-a468-56cc2615c79a",
"NoticicationCount": 5
}
]