List view
GET {{base_url}}/bitable/v1/apps/:app_token/tables/:table_id/views
Get all views of the data table based on apptoken and tableid
API reference documentation: List view
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page_size | number | Page size | |
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 |