Skip to main content

notion.retrieveblockchildrenprops

Home > @runlightyear/notion > RetrieveBlockChildrenProps

RetrieveBlockChildrenProps interface

Signature:
interface RetrieveBlockChildrenProps 

Required Properties

PropertyModifiersTypeDescription
blockIdNotionId

Optional Properties

PropertyModifiersTypeDescription
pageSize?numberThe number of items from the full list desired in the response. Maximum: 100
startCursor?stringIf supplied, this endpoint will return a page of results starting after the cursor provided. If not supplied, this endpoint will return the first page of results.