0

enter image description here

one pageId only return 24

but in notion i recode 28 data .. enter image description here

enter image description here

I need help!!!

1 enter image description here
2 enter image description here
3 enter image description here
4 enter image description here

Sebastian Kaczmarek
  • 8,120
  • 4
  • 20
  • 38
  • 1
    Please include the code as text, not an image. https://meta.stackoverflow.com/questions/285551/why-should-i-not-upload-images-of-code-data-errors/285557#285557 – Sebastian Kaczmarek Aug 29 '23 at 10:43
  • Notion API only returns 25 elements at a time, as it follows pagination. You can check `hasMore` value in the response and `nextCursor`. Use the `nextCursor` value to make another API call setting `startCursor`'s value equal to response's `nextCursor` value. – Shreyesh Desai Aug 29 '23 at 12:32

0 Answers0