List records
GET {{base_url}}/bitable/v1/apps/:app_token/tables/:table_id/records
list records,Up to 100 lines at a time, paging is supported(Currently, two-way link and the return of search reference fields are not supported. The search reference field can be converted into a formula field. The search reference is essentially a lookup formula)
API reference documentation: List records
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
view_id | string | view id | |
filter | string | filter | |
sort | string | sort | |
field_names | string | field_names | |
text_field_as_array | string | indicate the structure of value of text field in response | |
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 | |
user_id_type | string | User ID categories. Optional values: open_id, union_id, user_id |