You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Detailed example see [TableSelectTest.java](https://github.com/Sybit-Education/airtable.java/blob/develop/src/itest/java/com/sybit/airtable/TableSelectTest.java)
253
255
256
+
### API Result Limitation
257
+
The REST-API of Airtable is limited to return max. 100 records. If the select has more than 100 records in result an `offest` is added to
258
+
returned data. The Airtable.java client will solve this and tries to load the offset data automatically.
259
+
254
260
## Find
255
261
Use `find` to get specific records of table:
256
262
@@ -333,12 +339,13 @@ Short overview of features, which are supported:
0 commit comments