Functions
add_scenario @classmethod
add_view_to_content @classmethod
archive_note @classmethod
create @classmethod
delete @classmethod
note_id :
str
get_by_id_and_check @classmethod
id :
str
Return type :
Note
get_by_resource @classmethod
resource_id :
str
page :
int
- 0
number_of_items_per_page :
int
- 20
Return type :
Paginator
get_by_scenario @classmethod
scenario_id :
str
Return type :
List
get_note_history @classmethod
note_id :
str
Return type :
List
get_resources_of_associated_scenarios @classmethod
Method to retrieve the resources of the scenarios associated with a note. Resources used as input or output of the scenarios are returned.
note_id :
str
Return type :
List
get_scenarios_by_note @classmethod
note_id :
str
Return type :
List
get_undo_content @classmethod
note_id :
str
modification_id :
str
Return type :
RichTextDTO
insert_template @classmethod
remove_scenario @classmethod
note_id :
str
scenario_id :
str
rollback_content @classmethod
search @classmethod
search :
SearchParams
page :
int
- 0
number_of_items_per_page :
int
- 20
Return type :
Paginator
search_by_name @classmethod
name :
str
page :
int
- 0
number_of_items_per_page :
int
- 20
Return type :
Paginator
synchronize_with_space_by_id @classmethod
id :
str
Return type :
Note
unarchive_note @classmethod
update @classmethod
note_id :
str
note_dto :
NoteSaveDTO
Return type :
Note
update_content @classmethod
update_folder @classmethod
note_id :
str
folder_id :
str
Return type :
Note
update_title @classmethod
note_id :
str
title :
str
Return type :
Note
validate_and_send_to_space @classmethod