Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of note categories.

Collection of Nano.NoteCategory
NameDescriptionTypeAdditional information
category

Gets or sets the category.

string

None.

deletable

Gets or sets a value indicating whether this is deletable.

boolean

None.

editable

Gets or sets a value indicating whether this is editable.

boolean

None.

isActive

Gets or sets a value indicating whether this instance is active.

boolean

None.

subcategory

Gets or sets the subcategory.

string

None.

id

Gets or sets the note category identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "category": "sample String 1",
    "deletable": true,
    "editable": true,
    "isActive": true,
    "subcategory": "sample String 5",
    "id": "6"
  },
  {
    "category": "sample String 1",
    "deletable": true,
    "editable": true,
    "isActive": true,
    "subcategory": "sample String 5",
    "id": "6"
  }
]

text/html

Sample:
[{"category":"sample String 1","deletable":true,"editable":true,"isActive":true,"subcategory":"sample String 5","id":"6"},{"category":"sample String 1","deletable":true,"editable":true,"isActive":true,"subcategory":"sample String 5","id":"6"}]

application/xml, text/xml

Sample:
<ArrayOfNoteCategory xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <NoteCategory>
    <Category>sample String 1</Category>
    <Deletable>true</Deletable>
    <Editable>true</Editable>
    <IsActive>true</IsActive>
    <Subcategory>sample String 5</Subcategory>
    <NoteCategoryId>6</NoteCategoryId>
  </NoteCategory>
  <NoteCategory>
    <Category>sample String 1</Category>
    <Deletable>true</Deletable>
    <Editable>true</Editable>
    <IsActive>true</IsActive>
    <Subcategory>sample String 5</Subcategory>
    <NoteCategoryId>6</NoteCategoryId>
  </NoteCategory>
</ArrayOfNoteCategory>

application/vnd.api+json

Sample:

Sample not available.