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-03T21:03:42.1756385-06:00",
"PatientId": "529bc975-3655-4200-9f11-ff2a22841a32",
"EncounterId": "42f2c3d1-5af0-4dbb-a92a-9375bfa4a774",
"RecentEncounterId": "8a2b77e3-d6a8-4eec-97ca-fde2c29040e5",
"EncounterTypeId": "b2220477-ded9-4d3f-b13b-f25a15b4e712",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-02-03T21:03:42.1756385-06:00",
"PatientId": "529bc975-3655-4200-9f11-ff2a22841a32",
"EncounterId": "42f2c3d1-5af0-4dbb-a92a-9375bfa4a774",
"RecentEncounterId": "8a2b77e3-d6a8-4eec-97ca-fde2c29040e5",
"EncounterTypeId": "b2220477-ded9-4d3f-b13b-f25a15b4e712",
"NoticicationCount": 5
}
]