Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 590 Bytes

notion-client.notionapi.getblocks.md

File metadata and controls

22 lines (13 loc) · 590 Bytes

Home > notion-client > NotionAPI > getBlocks

NotionAPI.getBlocks() method

Signature:

getBlocks(blockIds: string[]): Promise<notion.PageChunk>;

Parameters

Parameter Type Description
blockIds string[]

Returns:

Promise<notion.PageChunk>