GET api/getCallNotes/{callNo}

Gets call notes for the specified call number.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
callNo

Call number.

string

Required

Body Parameters

None.

Response Information

Resource Description

List of call notes.

Collection of CallNotes
NameDescriptionTypeAdditional information
Description

string

None.

User

string

None.

ChangedDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "description": "sample string 1",
    "user": "sample string 2",
    "changedDate": "2026-06-10T11:55:28.9874208Z"
  },
  {
    "description": "sample string 1",
    "user": "sample string 2",
    "changedDate": "2026-06-10T11:55:28.9874208Z"
  }
]