List all tables
GET {{base_url}}/bitable/v1/apps/:app_token/tables
According to app_token, get all tables under app
API reference documentation: List all tables
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page_token | string | Page identifier. It is not filled in the first request, indicating traversal from the beginning; when there will be more groups, the new page_token will be returned at the same time, and the next traversal can use the page_token to get more groups | |
page_size | number | Page size |