GET/notebooks/{id}.json
Get a Single Notebook
This lets you query the list of notebooks for a specific category. By default, the actual notebook HTML content is not returned.
Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"notebook": {
"project-id": "1",
"versionCreatedByUserFirstName": "Holly",
"read-comments-count": "0",
"versionCreatedDateTime": "2020-04-28T16:18:24Z",
"commentNotifyIds": "1",
"created-by-userfirstname": "Holly",
"comments-count": "0",
"userFollowingComments": false,
"version-id": "1",
"private": "0",
"lockdown-id": "",
"is-project-admin": "1",
"updated-date": "2020-04-28T16:18:25Z",
"changeFollowerIds": "",
"created-by-userlastname": "McBracken",
"grantAccessTo": "",
"versionUpdatedDateTime": "2020-04-28T16:18:24Z",
"tags": [],
"version": "1",
"user-display-updated-date": "Tue, 28 Apr 2020",
"content": "<p>Agenda:</p><p>- Discuss new requirements</p><p>Minutes:</p><p><br></p><p><br></p>",
"user-display-updated-time": "17:18",
"id": "1",
"commentFollowerIds": "",
"nr-comments": "0",
"versionCreatedByUserId": "1",
"created-date": "2020-04-28T16:18:24Z",
"updated-by-userId": "1",
"name": "Meeting Minutes 28/04/2020",
"userFollowingChanges": false,
"description": "",
"combinedFollowersCount": "0",
"secureContent": false,
"updated-by-userlastname": "Bracken",
"created-by-userId": "1",
"project-status": "active",
"category-id": "",
"project-name": "Website Redesign",
"versionCreatedByUserLastName": "Bracken",
"notebook-type": "HTML",
"updated-by-userfirstname": "Holly",
"versionCount": "1",
"locked": "0",
"category-name": ""
},
"STATUS": "OK"
}