Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 672 Bytes

notion-client.notionapi.getpageraw.md

File metadata and controls

23 lines (14 loc) · 672 Bytes

Home > notion-client > NotionAPI > getPageRaw

NotionAPI.getPageRaw() method

Signature:

getPageRaw(pageId: string, gotOptions?: OptionsOfJSONResponseBody): Promise<notion.PageChunk>;

Parameters

Parameter Type Description
pageId string
gotOptions OptionsOfJSONResponseBody

Returns:

Promise<notion.PageChunk>