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-08T16:00:38.3927249+05:30", "PatientId": "e9f0c968-3f79-4606-9707-4cac10079afe", "EncounterId": "c52797f6-5e09-4f65-bb18-3215664e376a", "RecentEncounterId": "52b9cd31-cabb-4bc5-a972-0e756cdeb09b", "EncounterTypeId": "a349a62f-a2ae-4f5b-970e-c890843b72dd", "NoticicationCount": 5 }, { "Name": "sample string 1", "PatientNo": "sample string 2", "EpisodeType": "sample string 3", "Caregiver": "sample string 4", "StatusId": 1, "EncounterOn": "2025-06-08T16:00:38.3927249+05:30", "PatientId": "e9f0c968-3f79-4606-9707-4cac10079afe", "EncounterId": "c52797f6-5e09-4f65-bb18-3215664e376a", "RecentEncounterId": "52b9cd31-cabb-4bc5-a972-0e756cdeb09b", "EncounterTypeId": "a349a62f-a2ae-4f5b-970e-c890843b72dd", "NoticicationCount": 5 } ]