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 MyPtientWidgetName | 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-07-03T12:58:20.6181748-05:00", "PatientId": "6eb04d43-d60a-4508-b886-4abed080713d", "EncounterId": "676073e9-eb69-437b-836a-9a158947c8c3", "RecentEncounterId": "5abf46da-e851-4460-8a3d-24613b94e400", "EncounterTypeId": "42e099f0-4053-4145-8174-016c0a74ae70", "NoticicationCount": 5 }, { "Name": "sample string 1", "PatientNo": "sample string 2", "EpisodeType": "sample string 3", "Caregiver": "sample string 4", "StatusId": 1, "EncounterOn": "2025-07-03T12:58:20.6181748-05:00", "PatientId": "6eb04d43-d60a-4508-b886-4abed080713d", "EncounterId": "676073e9-eb69-437b-836a-9a158947c8c3", "RecentEncounterId": "5abf46da-e851-4460-8a3d-24613b94e400", "EncounterTypeId": "42e099f0-4053-4145-8174-016c0a74ae70", "NoticicationCount": 5 } ]