NotionX / NotionX/react-notion-x

Why notion API doesn't get all properties for page?

Open
#300 1 comment 0 reactions 0 assignees View on GitHub

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

image

page properties "aadcf22a-0b94-4720-bd51-99ae29ece7d8",

image
Notion Test Page ID

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.