GET api/note

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of noteExten
NameDescriptionTypeAdditional information
noteCategoryName

string

None.

studentFirstName

string

None.

studentLastName

string

None.

userName

string

None.

id

integer

None.

noteCategoryID

integer

None.

referenceID

integer

None.

studentID

integer

None.

userID

integer

None.

noteContent

string

None.

dateCreated

date

None.

dateUpdated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "noteCategoryName": "sample string 1",
    "studentFirstName": "sample string 2",
    "studentLastName": "sample string 3",
    "userName": "sample string 4",
    "id": 5,
    "noteCategoryID": 6,
    "referenceID": 1,
    "studentID": 1,
    "userID": 1,
    "noteContent": "sample string 7",
    "dateCreated": "2024-11-02T17:32:01.3472426+00:00",
    "dateUpdated": "2024-11-02T17:32:01.3472426+00:00"
  },
  {
    "$ref": "1"
  }
]