NotionX / NotionX/react-notion-x
Why notion API doesn't get all properties for page?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.4k
- Forks
- 645
- PR merge metrics
- No merged PRs in 30d
Description
Description
i am doing request https://www.notion.so/api/v3/loadPageChunk
body
{
"pageId": "aadcf22a-0b94-4720-bd51-99ae29ece7d8",
"limit": 100,
"chunkNumber": 0,
"cursor": { "stack": [] },
"verticalColumns": true
}
Schema in collection
page properties "aadcf22a-0b94-4720-bd51-99ae29ece7d8",
Notion Test Page ID
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the request against the supplied Notion page ID and inspect the loadPageChunk response for the missing properties. The issue does not name a repository file or test, and completion would require determining whether the response omission is a renderer problem or a limitation of the Notion API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100