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": "2026-03-21T16:56:17.8854999-05:00",
"PatientId": "4e321135-35d2-477d-8157-4be48217281f",
"EncounterId": "707eb6e8-6132-4ccd-a108-2c642d23b412",
"RecentEncounterId": "58cfc384-d3e7-45df-b334-c97f1b38d784",
"EncounterTypeId": "5ffe728d-3403-4951-b8b1-a881eae9882d",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-03-21T16:56:17.8854999-05:00",
"PatientId": "4e321135-35d2-477d-8157-4be48217281f",
"EncounterId": "707eb6e8-6132-4ccd-a108-2c642d23b412",
"RecentEncounterId": "58cfc384-d3e7-45df-b334-c97f1b38d784",
"EncounterTypeId": "5ffe728d-3403-4951-b8b1-a881eae9882d",
"NoticicationCount": 5
}
]