Notebooks
For instructions on how to authenticate to use this endpoint, see API overview.
The API for interacting with Notebooks. This feature is in early access and the API can have breaking changes without announcement.
Endpoints
List all notebooks
Required API key scopes
notebook:readPath parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Query parameters
- containsstringFilter for notebooks that match a provided filter. Each match pair is separated by a colon, multiple match pairs can be sent separated by a space or a comma 
- created_byintegerThe UUID of the Notebook's creator 
- date_fromstringFilter for notebooks created after this date & time 
- date_tostringFilter for notebooks created before this date & time 
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
- userstringIf any value is provided for this parameter, return notebooks created by the logged in user. 
Response
Request
GET 
Response
Status 200
Create notebooks
Required API key scopes
notebook:writePath parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request parameters
- titlestring
- content
- text_contentstring
- versioninteger
- deletedboolean
Response
Request
POST 
Response
Status 201
Retrieve notebooks
Required API key scopes
notebook:readPath parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
- short_idstring
Response
Request
GET 
Response
Status 200
Update notebooks
Required API key scopes
notebook:writePath parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
- short_idstring
Request parameters
- titlestring
- content
- text_contentstring
- versioninteger
- deletedboolean
Response
Request
PATCH 
Response
Status 200
Delete notebooks
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
notebook:writePath parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
- short_idstring
Request
DELETE 
Response
Status 405 No response body
Retrieve notebooks activity retrieve
Required API key scopes
activity_log:readPath parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
- short_idstring
Request
GET Response
Status 200 No response body
Retrieve notebooks activity
Path parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request
GET 
Response
Status 200 No response body
Retrieve notebooks recording comments
Path parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request
GET