Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

notion api missing property value

Tags:

notion-api

This is a problem that occurred during the process of retrieving the value of the database by using notion API.

The communication is successful, so the json data is being parsed, but there is a problem that the value of the property entered in the nootion DB is not loaded.

When testing using Postman, the name of the property is reflected as follows, but only the ID is entered.

 "properties": {
                "Tag": {
                    "id": "%60fit"
                },
                "My property": {
                    "id": "ks%40t"
                },
                "Name": {
                    "id": "title"
                }
            },

What are some ways to think about this?

like image 230
Moon HyeSeong Avatar asked Jan 18 '26 18:01

Moon HyeSeong


1 Answers

As of v2.0.0, Notion's API doesn't include properties anymore, they made a new dedicated endpoint.

The last property-compatible version was v1.0.4

like image 114
fdeblic Avatar answered Jan 21 '26 22:01

fdeblic



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!