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": "2025-12-15T10:14:38.1411188-06:00",
"PatientId": "e703affc-6fec-4c14-9915-ac584562af47",
"EncounterId": "f218d6a4-993a-417a-a8fb-616aeeea119e",
"RecentEncounterId": "7c57a3ad-5cc2-4c88-baa6-2efbcc3c9c50",
"EncounterTypeId": "5edbfa56-6ae6-44af-9ef4-0b3a104ff24b",
"NoticicationCount": 5
},
{
"Name": "sample string 1",
"PatientNo": "sample string 2",
"EpisodeType": "sample string 3",
"Caregiver": "sample string 4",
"StatusId": 1,
"EncounterOn": "2025-12-15T10:14:38.1411188-06:00",
"PatientId": "e703affc-6fec-4c14-9915-ac584562af47",
"EncounterId": "f218d6a4-993a-417a-a8fb-616aeeea119e",
"RecentEncounterId": "7c57a3ad-5cc2-4c88-baa6-2efbcc3c9c50",
"EncounterTypeId": "5edbfa56-6ae6-44af-9ef4-0b3a104ff24b",
"NoticicationCount": 5
}
]