Notion (opens in new tab)
<p>There is an optional query parameter called <code>properties=</code> that can be used to customize field mapping. There are three built-in fields: author, pubTime and link, which can be used to add additional information.</p> <p>For example, if you have set up three properties in your database - "Publish Time", "Author", and "Original Article Link" - then execute the following JavaScript code to get the result for the properties parameter.</p> <pre><code class="language-js">encodeURICompon...
Read the original article