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?
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With