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-03T21:02:47.2236812-06:00",
"PatientId": "0a2913c3-4018-4670-b797-d84fb66c6468",
"EncounterId": "85f67c0d-04d5-446f-9490-e18ff74e5f9b",
"RecentEncounterId": "41a2b2ff-ce25-4b52-8226-f6af2687339b",
"EncounterTypeId": "a5728663-1595-4af3-959f-6015ec2c1a44",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2026-02-03T21:02:47.2236812-06:00",
"PatientId": "0a2913c3-4018-4670-b797-d84fb66c6468",
"EncounterId": "85f67c0d-04d5-446f-9490-e18ff74e5f9b",
"RecentEncounterId": "41a2b2ff-ce25-4b52-8226-f6af2687339b",
"EncounterTypeId": "a5728663-1595-4af3-959f-6015ec2c1a44",
"NoticicationCount": 5
}
]