GET api/MPatient?userid={userid}&AccountId={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-21T22:07:08.7803713+00:00",
"PatientId": "8ba72b3b-eab3-41c2-91d1-5d13965ee985",
"EncounterId": "aa48a694-914f-4652-894f-b7039326c167",
"RecentEncounterId": "3c0b5a0a-31b1-4e18-b05e-1b71d018eee8",
"EncounterTypeId": "19bf9a3c-9b4d-4a8f-be1e-69c532e0d35a",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-03-21T22:07:08.7803713+00:00",
"PatientId": "8ba72b3b-eab3-41c2-91d1-5d13965ee985",
"EncounterId": "aa48a694-914f-4652-894f-b7039326c167",
"RecentEncounterId": "3c0b5a0a-31b1-4e18-b05e-1b71d018eee8",
"EncounterTypeId": "19bf9a3c-9b4d-4a8f-be1e-69c532e0d35a",
"NoticicationCount": 5
}
]