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-02-03T20:57:47.3204838-06:00",
"PatientId": "349fcde5-088d-42d8-92bf-5c095af4df3c",
"EncounterId": "ea78778d-d1c8-4e56-abdc-a3f41c5835d9",
"RecentEncounterId": "1c560ee0-09f2-4d87-8275-7fbad3797843",
"EncounterTypeId": "f904f8e4-15c8-4499-a5a1-7a830ab92b68",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-02-03T20:57:47.3204838-06:00",
"PatientId": "349fcde5-088d-42d8-92bf-5c095af4df3c",
"EncounterId": "ea78778d-d1c8-4e56-abdc-a3f41c5835d9",
"RecentEncounterId": "1c560ee0-09f2-4d87-8275-7fbad3797843",
"EncounterTypeId": "f904f8e4-15c8-4499-a5a1-7a830ab92b68",
"NoticicationCount": 5
}
]