GET DocumentHeaderNote/Get
Gets a list of Document Header Notes.
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Document Header Note| Name | Type | Additional information | Description |
|---|---|---|---|
| TotalResults | integer |
None. |
|
| ReturnedResults | integer |
None. |
|
| Results | Collection of Document Header Note |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalResults": 1,
"ReturnedResults": 2,
"Results": [
{
"ID": 1,
"CompanyId": 2,
"DocumentHeaderId": 3,
"NoteTypeId": 4,
"UserId": 5,
"Username": "sample string 6",
"Created": "2025-12-21",
"ActionDate": "2025-12-21",
"Note": "sample string 8",
"Completed": true
},
{
"ID": 1,
"CompanyId": 2,
"DocumentHeaderId": 3,
"NoteTypeId": 4,
"UserId": 5,
"Username": "sample string 6",
"Created": "2025-12-21",
"ActionDate": "2025-12-21",
"Note": "sample string 8",
"Completed": true
}
]
}