GET note/detail?noteId={noteId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| noteId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CommonClassModelOfnoteDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| data | noteDetail |
None. |
|
| code | string |
None. |
|
| msg | string |
None. |
|
| msgDevelop | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"id": "sample string 1",
"title": "sample string 2",
"shortContent": "sample string 3",
"content": "sample string 4",
"publishDate": "sample string 5",
"fontSizeLevel": 6
},
"code": "sample string 1",
"msg": "sample string 2",
"msgDevelop": "sample string 3"
}