GET api/v1/Provider/Patient/AllNotes?patientID={patientID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patientID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ActionResultViewModelOfIEnumerableOfPatientNotesViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Result | Collection of PatientNotesViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"StatusCode": 1,
"Success": true,
"Message": "sample string 3",
"Result": [
{
"ID": 1,
"PatientID": 2,
"ProviderID": 3,
"Title": "sample string 4",
"Notes": "sample string 5",
"CreatedDate": "2025-10-26T02:51:34.0430145+00:00",
"UpdatedDate": "2025-10-26T02:51:34.0430145+00:00",
"SubmittedDate": "sample string 7",
"StrCreatedDate": "sample string 8",
"StrUpdatedDate": "sample string 9",
"SubmittedDateTime": "2025-10-26T02:51:34.0430145+00:00"
},
{
"ID": 1,
"PatientID": 2,
"ProviderID": 3,
"Title": "sample string 4",
"Notes": "sample string 5",
"CreatedDate": "2025-10-26T02:51:34.0430145+00:00",
"UpdatedDate": "2025-10-26T02:51:34.0430145+00:00",
"SubmittedDate": "sample string 7",
"StrCreatedDate": "sample string 8",
"StrUpdatedDate": "sample string 9",
"SubmittedDateTime": "2025-10-26T02:51:34.0430145+00:00"
}
]
}
application/xml, text/xml
Sample:
<ActionResultViewModelOfArrayOfPatientNotesViewModeldj8jxsKO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Consensus.Ortho.Web.ViewModels.ResultViewModels">
<Message>sample string 3</Message>
<Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/Consensus.Ortho.Services.ViewModels.ProviderViewModels">
<d2p1:PatientNotesViewModel>
<d2p1:CreatedDate>2025-10-26T02:51:34.0430145+00:00</d2p1:CreatedDate>
<d2p1:ID>1</d2p1:ID>
<d2p1:Notes>sample string 5</d2p1:Notes>
<d2p1:PatientID>2</d2p1:PatientID>
<d2p1:ProviderID>3</d2p1:ProviderID>
<d2p1:StrCreatedDate>sample string 8</d2p1:StrCreatedDate>
<d2p1:StrUpdatedDate>sample string 9</d2p1:StrUpdatedDate>
<d2p1:SubmittedDate>sample string 7</d2p1:SubmittedDate>
<d2p1:SubmittedDateTime>2025-10-26T02:51:34.0430145+00:00</d2p1:SubmittedDateTime>
<d2p1:Title>sample string 4</d2p1:Title>
<d2p1:UpdatedDate>2025-10-26T02:51:34.0430145+00:00</d2p1:UpdatedDate>
</d2p1:PatientNotesViewModel>
<d2p1:PatientNotesViewModel>
<d2p1:CreatedDate>2025-10-26T02:51:34.0430145+00:00</d2p1:CreatedDate>
<d2p1:ID>1</d2p1:ID>
<d2p1:Notes>sample string 5</d2p1:Notes>
<d2p1:PatientID>2</d2p1:PatientID>
<d2p1:ProviderID>3</d2p1:ProviderID>
<d2p1:StrCreatedDate>sample string 8</d2p1:StrCreatedDate>
<d2p1:StrUpdatedDate>sample string 9</d2p1:StrUpdatedDate>
<d2p1:SubmittedDate>sample string 7</d2p1:SubmittedDate>
<d2p1:SubmittedDateTime>2025-10-26T02:51:34.0430145+00:00</d2p1:SubmittedDateTime>
<d2p1:Title>sample string 4</d2p1:Title>
<d2p1:UpdatedDate>2025-10-26T02:51:34.0430145+00:00</d2p1:UpdatedDate>
</d2p1:PatientNotesViewModel>
</Result>
<StatusCode>1</StatusCode>
<Success>true</Success>
</ActionResultViewModelOfArrayOfPatientNotesViewModeldj8jxsKO>