Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
noteCategoryId |
The note category identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The note category.
Nano.NoteCategoryName | Description | Type | Additional 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" }
text/html
Sample:
{"category":"sample String 1","deletable":true,"editable":true,"isActive":true,"subcategory":"sample String 5","id":"6"}
application/xml, text/xml
Sample:
<NoteCategory xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Category>sample String 1</Category> <Deletable>true</Deletable> <Editable>true</Editable> <IsActive>true</IsActive> <Subcategory>sample String 5</Subcategory> <NoteCategoryId>6</NoteCategoryId> </NoteCategory>
application/vnd.api+json
Sample:
Sample not available.