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-05-06T13:34:26.2539509+00:00",
"PatientId": "304122b3-6c1c-4a8d-b10d-d7176e837ab5",
"EncounterId": "87ac6cd5-d736-415e-8e3d-5964992ce981",
"RecentEncounterId": "45ed87bd-0b6e-4e03-a41a-3f79881fa771",
"EncounterTypeId": "d288bf98-0ed0-4544-bfd6-3a7c70dac241",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-05-06T13:34:26.2539509+00:00",
"PatientId": "304122b3-6c1c-4a8d-b10d-d7176e837ab5",
"EncounterId": "87ac6cd5-d736-415e-8e3d-5964992ce981",
"RecentEncounterId": "45ed87bd-0b6e-4e03-a41a-3f79881fa771",
"EncounterTypeId": "d288bf98-0ed0-4544-bfd6-3a7c70dac241",
"NoticicationCount": 5
}
]