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-21T22:10:50.6037894+00:00",
"PatientId": "58fd4fc6-9e19-479f-a456-805813ae22b0",
"EncounterId": "c4fef779-04a4-44d3-8968-166bdf714152",
"RecentEncounterId": "01a98082-0ef6-4a89-9479-c6036c696784",
"EncounterTypeId": "b4f048a4-24c6-4db5-9b70-a5d70a7d1dd6",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-03-21T22:10:50.6037894+00:00",
"PatientId": "58fd4fc6-9e19-479f-a456-805813ae22b0",
"EncounterId": "c4fef779-04a4-44d3-8968-166bdf714152",
"RecentEncounterId": "01a98082-0ef6-4a89-9479-c6036c696784",
"EncounterTypeId": "b4f048a4-24c6-4db5-9b70-a5d70a7d1dd6",
"NoticicationCount": 5
}
]