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-04T03:26:36.6970675+00:00",
"PatientId": "dd14dc03-b6fa-40a5-83b6-26ba1935eac3",
"EncounterId": "72abd576-1a85-4377-bf09-6a4c7efa7547",
"RecentEncounterId": "34a51d08-575e-4afc-8a26-7b8f2050adee",
"EncounterTypeId": "d0e4bd39-0bee-4df5-baea-49132b880173",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-02-04T03:26:36.6970675+00:00",
"PatientId": "dd14dc03-b6fa-40a5-83b6-26ba1935eac3",
"EncounterId": "72abd576-1a85-4377-bf09-6a4c7efa7547",
"RecentEncounterId": "34a51d08-575e-4afc-8a26-7b8f2050adee",
"EncounterTypeId": "d0e4bd39-0bee-4df5-baea-49132b880173",
"NoticicationCount": 5
}
]