GET api/noteCategory

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of noteCategory
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

description

string

None.

dateCreated

date

None.

dateUpdated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "name": "sample string 2",
    "description": "sample string 3",
    "dateCreated": "2024-11-02T17:18:32.2107179+00:00",
    "dateUpdated": "2024-11-02T17:18:32.2107179+00:00"
  },
  {
    "$ref": "1"
  }
]