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-16T09:11:59.733643+00:00",
"PatientId": "ce1e3bae-8054-43ff-8602-3a5f601d0591",
"EncounterId": "20090349-ad25-49fb-9b97-3941793e15a0",
"RecentEncounterId": "feb4dd29-b98a-471a-8dc9-437474f7a99e",
"EncounterTypeId": "12e34483-0fa6-42d4-b6bf-883bec47cd6b",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2025-12-16T09:11:59.733643+00:00",
"PatientId": "ce1e3bae-8054-43ff-8602-3a5f601d0591",
"EncounterId": "20090349-ad25-49fb-9b97-3941793e15a0",
"RecentEncounterId": "feb4dd29-b98a-471a-8dc9-437474f7a99e",
"EncounterTypeId": "12e34483-0fa6-42d4-b6bf-883bec47cd6b",
"NoticicationCount": 5
}
]