POST api/Note/client-search-download-csv
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Filters": {
"$id": "2",
"$values": [
{
"$id": "3",
"<Field>k__BackingField": "sample string 1",
"<Operator>k__BackingField": "sample string 2",
"<Value>k__BackingField": {
"$id": "4"
},
"<Logic>k__BackingField": "sample string 4",
"<Filters>k__BackingField": {
"$id": "5",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
}
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"Page": 1,
"PageSize": 2,
"Sort": {
"$id": "6",
"Field": "sample string 1",
"Dir": "sample string 2",
"SecondaryField": "sample string 3",
"SecondaryDir": "sample string 4",
"ThirdField": "sample string 5",
"ThirdDir": "sample string 6"
},
"PreviousPageSize": 3
}
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"$id": "2",
"NoteId": 1,
"Notes": "sample string 2",
"CreatedByUser": "sample string 3",
"CreatedDate": "2025-10-29T00:44:34.7988619+11:00",
"MergedFromOrganisationName": "sample string 5"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
application/xml, text/xml
Sample:
<ArrayOfSvwClientNoteCSV xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SvwClientNoteCSV>
<NoteId>1</NoteId>
<Notes>sample string 2</Notes>
<CreatedByUser>sample string 3</CreatedByUser>
<CreatedDate>2025-10-29T00:44:34.7988619+11:00</CreatedDate>
<MergedFromOrganisationName>sample string 5</MergedFromOrganisationName>
</SvwClientNoteCSV>
<SvwClientNoteCSV>
<NoteId>1</NoteId>
<Notes>sample string 2</Notes>
<CreatedByUser>sample string 3</CreatedByUser>
<CreatedDate>2025-10-29T00:44:34.7988619+11:00</CreatedDate>
<MergedFromOrganisationName>sample string 5</MergedFromOrganisationName>
</SvwClientNoteCSV>
<SvwClientNoteCSV>
<NoteId>1</NoteId>
<Notes>sample string 2</Notes>
<CreatedByUser>sample string 3</CreatedByUser>
<CreatedDate>2025-10-29T00:44:34.7988619+11:00</CreatedDate>
<MergedFromOrganisationName>sample string 5</MergedFromOrganisationName>
</SvwClientNoteCSV>
</ArrayOfSvwClientNoteCSV>