Smartsheet Python SDK
  • Smartsheet Python SDK Documentation
  • smartsheet package
    • Subpackages
      • smartsheet.models package
        • Subpackages
        • Submodules
        • smartsheet.models.access_token module
        • smartsheet.models.account module
        • smartsheet.models.alternate_email module
        • smartsheet.models.attachment module
        • smartsheet.models.auto_number_format module
        • smartsheet.models.automation_action module
        • smartsheet.models.automation_rule module
        • smartsheet.models.boolean_object_value module
        • smartsheet.models.bulk_item_failure module
        • smartsheet.models.bulk_item_result module
        • smartsheet.models.cell module
        • smartsheet.models.cell_data_item module
        • smartsheet.models.cell_history module
        • smartsheet.models.cell_link module
        • smartsheet.models.cell_link_widget_content module
        • smartsheet.models.chart_widget_content module
        • smartsheet.models.column module
        • smartsheet.models.comment module
        • smartsheet.models.contact module
        • smartsheet.models.contact_object_value module
        • smartsheet.models.container_destination module
        • smartsheet.models.copy_or_move_row_destination module
        • smartsheet.models.copy_or_move_row_directive module
        • smartsheet.models.copy_or_move_row_result module
        • smartsheet.models.criteria module
        • smartsheet.models.cross_sheet_reference module
        • smartsheet.models.currency module
        • smartsheet.models.date_object_value module
        • smartsheet.models.datetime_object_value module
        • smartsheet.models.discussion module
        • smartsheet.models.downloaded_file module
        • smartsheet.models.duration module
        • smartsheet.models.email module
        • smartsheet.models.error module
        • smartsheet.models.error_result module
        • smartsheet.models.event module
        • smartsheet.models.event_result module
        • smartsheet.models.explicit_null module
        • smartsheet.models.favorite module
        • smartsheet.models.folder module
        • smartsheet.models.font_family module
        • smartsheet.models.format_details module
        • smartsheet.models.format_tables module
        • smartsheet.models.group module
        • smartsheet.models.group_member module
        • smartsheet.models.home module
        • smartsheet.models.hyperlink module
        • smartsheet.models.image module
        • smartsheet.models.image_url module
        • smartsheet.models.image_url_map module
        • smartsheet.models.image_widget_content module
        • smartsheet.models.index_result module
        • smartsheet.models.json_object module
        • smartsheet.models.multi_contact_object_value module
        • smartsheet.models.multi_picklist_object_value module
        • smartsheet.models.multi_row_email module
        • smartsheet.models.number_object_value module
        • smartsheet.models.o_auth_error module
        • smartsheet.models.object_value module
        • smartsheet.models.predecessor module
        • smartsheet.models.predecessor_list module
        • smartsheet.models.primitive_object_value module
        • smartsheet.models.profile_image module
        • smartsheet.models.project_settings module
        • smartsheet.models.recipient module
        • smartsheet.models.report module
        • smartsheet.models.report_cell module
        • smartsheet.models.report_column module
        • smartsheet.models.report_publish module
        • smartsheet.models.report_row module
        • smartsheet.models.report_widget_content module
        • smartsheet.models.result module
        • smartsheet.models.row module
        • smartsheet.models.row_email module
        • smartsheet.models.row_mapping module
        • smartsheet.models.schedule module
        • smartsheet.models.scope module
        • smartsheet.models.search_result module
        • smartsheet.models.search_result_item module
        • smartsheet.models.selection_range module
        • smartsheet.models.sent_update_request module
        • smartsheet.models.server_info module
        • smartsheet.models.share module
        • smartsheet.models.sheet module
        • smartsheet.models.sheet_email module
        • smartsheet.models.sheet_filter module
        • smartsheet.models.sheet_filter_details module
        • smartsheet.models.sheet_publish module
        • smartsheet.models.sheet_summary module
        • smartsheet.models.sheet_user_permissions module
        • smartsheet.models.sheet_user_settings module
        • smartsheet.models.shortcut_data_item module
        • smartsheet.models.shortcut_widget_content module
        • smartsheet.models.sight module
        • smartsheet.models.sight_publish module
        • smartsheet.models.sort_criterion module
        • smartsheet.models.sort_specifier module
        • smartsheet.models.source module
        • smartsheet.models.string_object_value module
        • smartsheet.models.summary_field module
        • smartsheet.models.template module
        • smartsheet.models.title_rich_text_widget_content module
        • smartsheet.models.update_request module
        • smartsheet.models.user module
        • smartsheet.models.user_model module
        • smartsheet.models.user_profile module
        • smartsheet.models.version module
        • smartsheet.models.web_content_widget_content module
        • smartsheet.models.webhook module
        • smartsheet.models.webhook_secret module
        • smartsheet.models.webhook_stats module
        • smartsheet.models.webhook_subscope module
        • smartsheet.models.widget module
        • smartsheet.models.widget_content module
        • smartsheet.models.widget_hyperlink module
        • smartsheet.models.workspace module
        • Module contents
    • Submodules
    • smartsheet.attachments module
      • Attachments
        • Attachments.attach_file_to_comment()
        • Attachments.attach_file_to_row()
        • Attachments.attach_file_to_sheet()
        • Attachments.attach_new_version()
        • Attachments.attach_url_to_comment()
        • Attachments.attach_url_to_row()
        • Attachments.attach_url_to_sheet()
        • Attachments.delete_attachment()
        • Attachments.delete_attachment_versions()
        • Attachments.download_attachment()
        • Attachments.get_attachment()
        • Attachments.list_all_attachments()
        • Attachments.list_attachment_versions()
        • Attachments.list_discussion_attachments()
        • Attachments.list_row_attachments()
    • smartsheet.cells module
      • Cells
        • Cells.add_image_to_cell()
        • Cells.get_cell_history()
    • smartsheet.contacts module
      • Contacts
        • Contacts.get_contact()
        • Contacts.list_contacts()
    • smartsheet.discussions module
      • Discussions
        • Discussions.add_comment_to_discussion()
        • Discussions.add_comment_to_discussion_with_attachment()
        • Discussions.create_discussion_on_row()
        • Discussions.create_discussion_on_row_with_attachment()
        • Discussions.create_discussion_on_sheet()
        • Discussions.create_discussion_on_sheet_with_attachment()
        • Discussions.delete_discussion()
        • Discussions.delete_discussion_comment()
        • Discussions.get_all_discussions()
        • Discussions.get_discussion()
        • Discussions.get_discussion_comment()
        • Discussions.get_row_discussions()
        • Discussions.update_comment()
    • smartsheet.events module
      • Events
        • Events.list_events()
    • smartsheet.exceptions module
      • ApiError
      • HttpError
      • InternalServerError
      • RateLimitExceededError
      • ServerTimeoutExceededError
      • SmartsheetException
      • SystemMaintenanceError
      • UnexpectedErrorShouldRetryError
      • UnexpectedRequestError
    • smartsheet.favorites module
      • Favorites
        • Favorites.add_favorites()
        • Favorites.list_favorites()
        • Favorites.remove_favorites()
    • smartsheet.folders module
      • Folders
        • Folders.copy_folder()
        • Folders.create_folder_in_folder()
        • Folders.create_sheet_in_folder()
        • Folders.create_sheet_in_folder_from_template()
        • Folders.delete_folder()
        • Folders.get_folder()
        • Folders.import_csv_sheet()
        • Folders.import_xlsx_sheet()
        • Folders.list_folders()
        • Folders.move_folder()
        • Folders.update_folder()
    • smartsheet.groups module
      • Groups
        • Groups.add_members()
        • Groups.create_group()
        • Groups.delete_group()
        • Groups.get_group()
        • Groups.list_groups()
        • Groups.remove_member()
        • Groups.update_group()
    • smartsheet.home module
      • Home
        • Home.create_folder()
        • Home.create_sheet()
        • Home.create_sheet_from_template()
        • Home.list_all_contents()
        • Home.list_folders()
    • smartsheet.images module
      • Images
        • Images.get_image_urls()
    • smartsheet.object_value module
      • assign_to_object_value()
    • smartsheet.passthrough module
      • Passthrough
        • Passthrough.delete()
        • Passthrough.get()
        • Passthrough.post()
        • Passthrough.put()
    • smartsheet.reports module
      • Reports
        • Reports.delete_share()
        • Reports.get_publish_status()
        • Reports.get_report()
        • Reports.get_report_as_csv()
        • Reports.get_report_as_excel()
        • Reports.get_share()
        • Reports.list_reports()
        • Reports.list_shares()
        • Reports.send_report()
        • Reports.set_publish_status()
        • Reports.share_report()
        • Reports.update_share()
    • smartsheet.search module
      • Search
        • Search.search()
        • Search.search_sheet()
    • smartsheet.server module
      • Server
        • Server.server_info()
    • smartsheet.session module
      • pinned_session()
      • redact_token()
    • smartsheet.sheets module
      • Sheets
        • Sheets.add_columns()
        • Sheets.add_rows()
        • Sheets.add_rows_with_partial_success()
        • Sheets.add_sheet_summary_field_image()
        • Sheets.add_sheet_summary_fields()
        • Sheets.add_sheet_summary_fields_with_partial_success()
        • Sheets.copy_rows()
        • Sheets.copy_sheet()
        • Sheets.create_cross_sheet_reference()
        • Sheets.create_update_request()
        • Sheets.delete_automation_rule()
        • Sheets.delete_column()
        • Sheets.delete_filter()
        • Sheets.delete_rows()
        • Sheets.delete_sent_update_request()
        • Sheets.delete_share()
        • Sheets.delete_sheet()
        • Sheets.delete_sheet_summary_fields()
        • Sheets.delete_update_request()
        • Sheets.get_automation_rule()
        • Sheets.get_column()
        • Sheets.get_column_by_title()
        • Sheets.get_columns()
        • Sheets.get_cross_sheet_reference()
        • Sheets.get_filter()
        • Sheets.get_publish_status()
        • Sheets.get_row()
        • Sheets.get_sent_update_request()
        • Sheets.get_share()
        • Sheets.get_sheet()
        • Sheets.get_sheet_as_csv()
        • Sheets.get_sheet_as_excel()
        • Sheets.get_sheet_as_pdf()
        • Sheets.get_sheet_by_name()
        • Sheets.get_sheet_summary()
        • Sheets.get_sheet_summary_fields()
        • Sheets.get_sheet_version()
        • Sheets.get_update_request()
        • Sheets.import_csv_sheet()
        • Sheets.import_xlsx_sheet()
        • Sheets.list_automation_rules()
        • Sheets.list_cross_sheet_references()
        • Sheets.list_filters()
        • Sheets.list_org_sheets()
        • Sheets.list_sent_update_requests()
        • Sheets.list_shares()
        • Sheets.list_sheets()
        • Sheets.list_update_requests()
        • Sheets.move_rows()
        • Sheets.move_sheet()
        • Sheets.search_sheet()
        • Sheets.send_rows()
        • Sheets.send_sheet()
        • Sheets.send_update_request()
        • Sheets.set_publish_status()
        • Sheets.share_sheet()
        • Sheets.sort_sheet()
        • Sheets.update_automation_rule()
        • Sheets.update_column()
        • Sheets.update_rows()
        • Sheets.update_rows_with_partial_success()
        • Sheets.update_share()
        • Sheets.update_sheet()
        • Sheets.update_sheet_summary_fields()
        • Sheets.update_sheet_summary_fields_with_partial_success()
        • Sheets.update_update_request()
    • smartsheet.sights module
      • Sights
        • Sights.copy_sight()
        • Sights.delete_share()
        • Sights.delete_sight()
        • Sights.get_publish_status()
        • Sights.get_share()
        • Sights.get_sight()
        • Sights.list_shares()
        • Sights.list_sights()
        • Sights.move_sight()
        • Sights.set_publish_status()
        • Sights.share_sight()
        • Sights.update_share()
        • Sights.update_sight()
    • smartsheet.smartsheet module
      • AbstractUserCalcBackoff
        • AbstractUserCalcBackoff.calc_backoff()
      • Smartsheet
        • Smartsheet.as_test_scenario()
        • Smartsheet.assume_user()
        • Smartsheet.errors_as_exceptions()
        • Smartsheet.models
        • Smartsheet.prepare_request()
        • Smartsheet.request()
        • Smartsheet.request_with_retry()
        • Smartsheet.with_change_agent()
      • fresh_operation()
    • smartsheet.templates module
      • Templates
        • Templates.list_public_templates()
        • Templates.list_user_created_templates()
    • smartsheet.token module
      • Token
        • Token.get_access_token()
        • Token.refresh_access_token()
        • Token.revoke_access_token()
    • smartsheet.types module
      • Boolean
        • Boolean.value
      • EnumeratedList
        • EnumeratedList.load()
      • EnumeratedValue
        • EnumeratedValue.set()
        • EnumeratedValue.value
      • Number
        • Number.value
      • String
        • String.accept
        • String.value
      • Timestamp
        • Timestamp.value
      • TypedList
        • TypedList.convert()
        • TypedList.insert()
        • TypedList.load()
        • TypedList.purge()
        • TypedList.to_list()
      • TypedObject
        • TypedObject.value
    • smartsheet.users module
      • Users
        • Users.add_alternate_email()
        • Users.add_profile_image()
        • Users.add_user()
        • Users.delete_alternate_email()
        • Users.get_alternate_email()
        • Users.get_current_user()
        • Users.get_user()
        • Users.list_alternate_emails()
        • Users.list_org_sheets()
        • Users.list_users()
        • Users.promote_alternate_email()
        • Users.remove_user()
        • Users.update_user()
    • smartsheet.util module
      • coerce_to_bytes()
      • deprecated()
      • deserialize()
      • dump_message_headers()
      • format_header()
      • get_child_properties()
      • is_multipart()
      • prep()
      • serialize()
    • smartsheet.webhooks module
      • Webhooks
        • Webhooks.create_webhook()
        • Webhooks.delete_webhook()
        • Webhooks.get_webhook()
        • Webhooks.list_webhooks()
        • Webhooks.reset_shared_secret()
        • Webhooks.update_webhook()
    • smartsheet.workspaces module
      • Workspaces
        • Workspaces.copy_workspace()
        • Workspaces.create_folder_in_workspace()
        • Workspaces.create_sheet_in_workspace()
        • Workspaces.create_sheet_in_workspace_from_template()
        • Workspaces.create_workspace()
        • Workspaces.delete_share()
        • Workspaces.delete_workspace()
        • Workspaces.get_share()
        • Workspaces.get_workspace()
        • Workspaces.import_csv_sheet()
        • Workspaces.import_xlsx_sheet()
        • Workspaces.list_folders()
        • Workspaces.list_shares()
        • Workspaces.list_workspaces()
        • Workspaces.share_workspace()
        • Workspaces.update_share()
        • Workspaces.update_workspace()
    • Module contents
Smartsheet Python SDK
  • Search


© Copyright 2019 Smartsheet Inc.