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-21T16:58:49.8820933-05:00",
"PatientId": "da63c037-a7e4-465e-b584-566d2dbb9bd7",
"EncounterId": "93da1e7f-6c2e-4db5-9ff4-7a0d7809d55d",
"RecentEncounterId": "0510d0d7-6401-4e80-844a-a4590b7360a9",
"EncounterTypeId": "6ec826e3-b35a-4f35-bcc3-b818db3650ba",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-03-21T16:58:49.8820933-05:00",
"PatientId": "da63c037-a7e4-465e-b584-566d2dbb9bd7",
"EncounterId": "93da1e7f-6c2e-4db5-9ff4-7a0d7809d55d",
"RecentEncounterId": "0510d0d7-6401-4e80-844a-a4590b7360a9",
"EncounterTypeId": "6ec826e3-b35a-4f35-bcc3-b818db3650ba",
"NoticicationCount": 5
}
]