Interface NotebooksApiListNotebooksRequest

Hierarchy

  • NotebooksApiListNotebooksRequest

Properties

authorHandle?: string

Return notebooks created by the given author_handle.

count?: number

The number of notebooks to be returned.

excludeAuthorHandle?: string

Return notebooks not created by the given author_handle.

includeCells?: boolean

Value of false excludes the cells and global time for each notebook.

isTemplate?: boolean

True value returns only template notebooks. Default is false (returns only non-template notebooks).

query?: string

Return only notebooks with query string in notebook name or author handle.

sortDir?: string

Sort by direction asc or desc.

sortField?: string

Sort by field modified, name, or created.

start?: number

The index of the first notebook you want returned.

type?: string

If type is provided, returns only notebooks with that metadata type. Default does not have type filtering.

Generated using TypeDoc