GET api/MPatient/{id}?accountid={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:18:30.4291437-05:00" }, { "SendTo": "sample string 1", "SendOn": "2025-04-03T19:18:30.4291437-05:00" } ]