GET api/Patient/MyNotificationCount/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | 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": "2025-12-18T13:10:42.9471449-06:00",
"PatientId": "6550257f-65c8-49c5-996a-04f13c7f95d3",
"EncounterId": "4bc46ccb-f1e0-4042-a3b8-a8f2f264e055",
"RecentEncounterId": "0ab9bddd-0142-46bb-b2bd-96b6def33bbc",
"EncounterTypeId": "7ab8c9d5-b7f7-416c-9942-94fcf1a6434d",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2025-12-18T13:10:42.9471449-06:00",
"PatientId": "6550257f-65c8-49c5-996a-04f13c7f95d3",
"EncounterId": "4bc46ccb-f1e0-4042-a3b8-a8f2f264e055",
"RecentEncounterId": "0ab9bddd-0142-46bb-b2bd-96b6def33bbc",
"EncounterTypeId": "7ab8c9d5-b7f7-416c-9942-94fcf1a6434d",
"NoticicationCount": 5
}
]