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-06-06T16:04:40.3828737+00:00", "PatientId": "b1da6e7d-a976-41b8-89fe-aadeae394892", "EncounterId": "30f22222-e97e-4869-9db3-22b92e6dbf0f", "RecentEncounterId": "77e5abeb-3a02-44db-b50a-e33a92d3aba9", "EncounterTypeId": "51c066ec-8b26-466e-be5f-c75a3243d43b", "NoticicationCount": 5 }, { "Name": "sample string 1", "PatientNo": "sample string 2", "EpisodeType": "sample string 3", "Caregiver": "sample string 4", "StatusId": 1, "EncounterOn": "2025-06-06T16:04:40.3828737+00:00", "PatientId": "b1da6e7d-a976-41b8-89fe-aadeae394892", "EncounterId": "30f22222-e97e-4869-9db3-22b92e6dbf0f", "RecentEncounterId": "77e5abeb-3a02-44db-b50a-e33a92d3aba9", "EncounterTypeId": "51c066ec-8b26-466e-be5f-c75a3243d43b", "NoticicationCount": 5 } ]