Feishu integration (Productivity, Storage). Imported from open-connector.
https://open.feishu.cn/open-apis/authen/v1/user_info
/docx/v1/documents/{documentId}
| Param | Type | Required | Description |
|---|---|---|---|
| documentId | string | required | The docx document id, from the document URL (.../docx/<document_id>). |
/docx/v1/documents/{documentId}/raw_content
| Param | Type | Required | Description |
|---|---|---|---|
| documentId | string | required | The docx document id, from the document URL (.../docx/<document_id>). |
| lang | integer | optional | Language for @user mentions in the text: 0 = default name, 1 = English name. |
/docx/v1/documents/{documentId}/blocks
| Param | Type | Required | Description |
|---|---|---|---|
| documentId | string | required | The docx document id, from the document URL (.../docx/<document_id>). |
| pageSize | integer | optional | Number of blocks per page (max 500, default 500). |
| pageToken | string | optional | The page token returned by a previous call; omit for the first page. |
| documentRevisionId | integer | optional | Document revision to read; -1 (default) reads the latest version. |
| userIdType | string | optional | The user id format for user fields in blocks. |
/bitable/v1/apps/{appToken}/tables
| Param | Type | Required | Description |
|---|---|---|---|
| appToken | string | required | The Bitable app token, from the Base URL (.../base/<app_token>). |
| pageSize | integer | optional | Number of tables per page (max 100, default 20). |
| pageToken | string | optional | The page token returned by a previous call; omit for the first page. |
/bitable/v1/apps/{appToken}/tables/{tableId}/fields
| Param | Type | Required | Description |
|---|---|---|---|
| appToken | string | required | The Bitable app token, from the Base URL (.../base/<app_token>). |
| tableId | string | required | The Bitable table id (starts with tbl), from the URL (?table=<table_id>). |
| viewId | string | optional | Restrict fields to a specific view id (optional). |
| pageSize | integer | optional | Number of fields per page (max 100, default 20). |
| pageToken | string | optional | The page token returned by a previous call; omit for the first page. |