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 NotificationListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SendTo | string |
None. |
|
| SendOn | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SendTo": "sample string 1",
"SendOn": "2025-12-15T10:22:27.3930949-06:00"
},
{
"SendTo": "sample string 1",
"SendOn": "2025-12-15T10:22:27.3930949-06:00"
}
]