GET CustomerNote/Get

Gets a list of Customer 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 Customer Note
NameTypeAdditional informationDescription
TotalResults integer

None.

ReturnedResults integer

None.

Results Collection of Customer Note

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalResults": 1,
  "ReturnedResults": 2,
  "Results": [
    {
      "CustomerId": 1,
      "CustomerName": "sample string 2",
      "NotePriority": 1,
      "NoteType": 1,
      "Priority": 1,
      "UserTaskCategoryId": 1,
      "NotifyAssignee": true,
      "ID": 3,
      "Subject": "sample string 4",
      "EntryDate": "2024-03-29T00:00:00+10:00",
      "ActionDate": "2024-03-29T00:00:00+10:00",
      "Status": true,
      "Note": "sample string 5",
      "HasAttachments": true
    },
    {
      "CustomerId": 1,
      "CustomerName": "sample string 2",
      "NotePriority": 1,
      "NoteType": 1,
      "Priority": 1,
      "UserTaskCategoryId": 1,
      "NotifyAssignee": true,
      "ID": 3,
      "Subject": "sample string 4",
      "EntryDate": "2024-03-29T00:00:00+10:00",
      "ActionDate": "2024-03-29T00:00:00+10:00",
      "Status": true,
      "Note": "sample string 5",
      "HasAttachments": true
    }
  ]
}