GET api/Patient/NotificationDetail/{id}/{accountid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
|
accountid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of NotificationListModelName | Description | Type | Additional information |
---|---|---|---|
SendTo | string |
None. |
|
SendOn | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "SendTo": "sample string 1", "SendOn": "2025-04-03T19:17:19.1620655-05:00" }, { "SendTo": "sample string 1", "SendOn": "2025-04-03T19:17:19.1620655-05:00" } ]