Notebooks
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
GET | |
GET | |
GET |
List all notebooks
Required API key scopes
notebook:readPath parameters
- project_idstring
Query parameters
- containsstring
- created_bystring
- date_fromstring
- date_tostring
- limitinteger
- offsetinteger
- userstring
Response
Example request
GET /api /projects /:project_id /notebooksExample response
Status 200
RESPONSE
Create notebooks
Required API key scopes
notebook:writePath parameters
- project_idstring
Request parameters
- titlestring
- content
- text_contentstring
- versioninteger
- deletedboolean
- _create_in_folderstring
Response
Example request
POST /api /projects /:project_id /notebooksExample response
Status 201
RESPONSE
Retrieve notebooks
Required API key scopes
notebook:readPath parameters
- project_idstring
- short_idstring
Response
Example request
GET /api /projects /:project_id /notebooks /:short_idExample response
Status 200
RESPONSE
Update notebooks
Required API key scopes
notebook:writePath parameters
- project_idstring
- short_idstring
Request parameters
- titlestring
- content
- text_contentstring
- versioninteger
- deletedboolean
- _create_in_folderstring
Response
Example request
PATCH /api /projects /:project_id /notebooks /:short_idExample response
Status 200
RESPONSE
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_idstring
- short_idstring
Example request
DELETE /api /projects /:project_id /notebooks /:short_idExample response
Status 405 No response body
Retrieve notebooks activity retrieve
Required API key scopes
activity_log:readPath parameters
- project_idstring
- short_idstring
Example request
GET /api /projects /:project_id /notebooks /:short_id /activityExample response
Status 200 No response body
Retrieve notebooks activity
Path parameters
- project_idstring
Example request
GET /api /projects /:project_id /notebooks /activityExample response
Status 200 No response body
Retrieve notebooks recording comments
Path parameters
- project_idstring
Example request
GET /api /projects /:project_id /notebooks /recording_comments