Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Maximum number of notes to return. Defaults to 50.
Opaque cursor returned from a previous request. Omit for the first page.
Sort order for results. Choose between 'updated_at' (default) or 'created_at'.
created_at, updated_at Optional collection ID; when provided, only notes belonging to this collection are returned.
When true, only notes containing at least one open task are returned.
When true, only notes containing at least one task (open or closed) are returned.
When true, only notes containing at least one image are returned.
When true, only notes containing at least one file/attachment are returned.
When true, include the markdown content for each note in results.