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-04T03:21:52.1948987+00:00",
"PatientId": "232583e4-527d-4e59-868a-e0b2dfcf5859",
"EncounterId": "7976b680-9f82-4497-a6c0-457ad2451230",
"RecentEncounterId": "f9f7c9e7-ad3b-4220-a74a-f76be9b73c0a",
"EncounterTypeId": "a82a51cf-d4ee-4999-9a87-89e7d573865e",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-02-04T03:21:52.1948987+00:00",
"PatientId": "232583e4-527d-4e59-868a-e0b2dfcf5859",
"EncounterId": "7976b680-9f82-4497-a6c0-457ad2451230",
"RecentEncounterId": "f9f7c9e7-ad3b-4220-a74a-f76be9b73c0a",
"EncounterTypeId": "a82a51cf-d4ee-4999-9a87-89e7d573865e",
"NoticicationCount": 5
}
]