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-05-06T13:35:28.7135409+00:00",
"PatientId": "83974e36-0ae5-4b92-92b8-eca2a603afea",
"EncounterId": "801e3b46-7f8e-4133-829e-b64fd6ace1d7",
"RecentEncounterId": "229ee6e6-cda1-4117-b5ba-7bf169254fba",
"EncounterTypeId": "ecfcc32a-98c3-4958-a4f2-18a3a8323a48",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-05-06T13:35:28.7135409+00:00",
"PatientId": "83974e36-0ae5-4b92-92b8-eca2a603afea",
"EncounterId": "801e3b46-7f8e-4133-829e-b64fd6ace1d7",
"RecentEncounterId": "229ee6e6-cda1-4117-b5ba-7bf169254fba",
"EncounterTypeId": "ecfcc32a-98c3-4958-a4f2-18a3a8323a48",
"NoticicationCount": 5
}
]