Skip to main content

Export page

GET 

/wiki/pages/:pageID/export

History

VersionChanges
v6.12.0Added in: v6.12.0

Export page.

Deprecated, please use async method.

Request

Path Parameters

    pageID stringrequired

    The page ID

Query Parameters

    teamID stringrequired

    团队ID

    requestUserID string

    用户 ID,此参数仅在作为 Oauth 机器人调用时才能传递。它用于以指定用户的身份执行操作

    format stringrequired

    Possible values: [png]

    The export format, different formats are supported for different types of pages. collaboration: png

    hideTitle boolean

    Whether to hide the title, default: false.

    width integer

    Possible values: <= 2560

    Default value: 1280

    The width of the image, default: 1280, maximum: 2560.

    height integer

    Possible values: <= 1600

    Default value: 800

    The height of the image, default: 800, maximum: 1600.

Responses

成功

Schema

    string

Loading...