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-02-03T20:59:05.3789849-06:00",
"PatientId": "b6955b4e-1b1f-4882-a246-bc78c1dc4ab6",
"EncounterId": "c0f0cc9a-3993-42c6-92f4-384ff0b50d89",
"RecentEncounterId": "c804b7a4-4144-45cb-9d5d-ab0f11dbced7",
"EncounterTypeId": "69e9c176-e4f5-40cf-b39e-fdfaf3c78e8f",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-02-03T20:59:05.3789849-06:00",
"PatientId": "b6955b4e-1b1f-4882-a246-bc78c1dc4ab6",
"EncounterId": "c0f0cc9a-3993-42c6-92f4-384ff0b50d89",
"RecentEncounterId": "c804b7a4-4144-45cb-9d5d-ab0f11dbced7",
"EncounterTypeId": "69e9c176-e4f5-40cf-b39e-fdfaf3c78e8f",
"NoticicationCount": 5
}
]