A linked view of the test database is placed at the bottom of this page. A link to the method reference is provided at the end of the description.
  1. Preparation (instance → self.instance → NotionCache, create_client → create_client(notion_token, wait: 0.1))
    1. Retrieve a database (find → self.find(id, dry_run: false))
      1. Obtain properties (properties → properties → PropertyCache)
        1. Query database without filter (query_database → query_database(query = nil, dry_run: false) → List)
          1. Count all_pages (Enumerable → each { |item| ... } → self each → Enumerator)
            1. Obtain all page title (Enumerable → each { |item| ... } → self each → Enumerator, title → title → String)
              1. Query database with filter (query_database → query_database(query = nil, dry_run: false) → List, filter_equals → , ascending → ascending(property) )
                1. Count select3_pages (Enumerable → each { |item| ... } → self each → Enumerator)
                  1. Obtain select3_pages title (Enumerable → each { |item| ... } → self each → Enumerator, title → title → String)
                    1. Obtain the first page (Enumerable → each { |item| ... } → self each → Enumerator)
                      1. Obtain the multi_select_names of the page (properties → properties → PropertyCache, multi_select_names → multi_select_names → Array)
                         
                         
                        Sample table
                        Sample table
                        Title
                        TextTitle
                        NumberTitle
                        SelectTitle
                        MultiSelectTitle
                        DateTitle
                        UserTitle
                        File&MediaTitle
                        CheckboxTitle
                        UrlTitle
                        MailTitle
                        TelTitle
                        CreatedTimeTitle
                        CreatedByTitle
                        LastEditedTimeTitle
                        LastEditedByTitle
                        FormulaTitle
                        RelationTitle
                        RollupTitle
                        ID
                        def
                        1.41421356
                        Select 3
                        Multi Select 2
                        Multi Select 1
                        Hiroyuki KOBAYASHI
                        https://img.icons8.com/ios-filled/250/000000/mac-os.png
                        CheckboxTitle
                        Feb 7, 2022 09:29 PM
                        Sep 1, 2022 04:35 AM
                        Apr 29, 2025 03:26 AM
                        3
                        2
                        Select 2
                        Multi Select 2
                        Feb 11, 2022 → Feb 12, 2022
                        nr.png
                        CheckboxTitle
                        Feb 7, 2022 09:29 PM
                        Mar 17, 2022 12:43 PM
                        Apr 29, 2025 03:26 AM
                        2
                        CheckboxTitle
                        Feb 7, 2022 09:29 PM
                        Mar 16, 2022 12:38 PM
                        Apr 29, 2025 03:26 AM
                        1
                        CheckboxTitle
                        Mar 10, 2022 04:13 AM
                        Mar 10, 2022 04:13 AM
                        Apr 29, 2025 03:26 AM
                        4
                        new text
                        3.1415926535
                        Select 3
                        Multi Select 2
                        Mar 14, 2022
                        Hiroyuki KOBAYASHI
                        https://img.icons8.com/ios-filled/250/000000/mac-os.png
                        CheckboxTitle
                        Mar 10, 2022 04:13 AM
                        Sep 1, 2022 05:03 AM
                        Apr 29, 2025 03:26 AM
                        5
                         
                        Loading...