Skip to main content

If I add a record to the table using the API, it is not displayed in the list (via the API).


There are 5 records in the table. 3 out of 5 added manually, 2 out of 5 added via API.

I am trying to get a list of records via the API - I only get 3 records that I added manually!


Only gives 3 records via API


There are 5 records in the table:






Sorry for bad English





Hi @Andrey_Lyovushkin - the API documentation is for illustration purposes only. It is showing the first 3 records (note that the API URL has a param maxRecords=3 ) . If you query the API with a bigger max records number or do multiple queries using the offset, you will get the additional 2 records in the table.


I’m not sure if this is what you are asking, but the API shows (or has access to) all records, however they were added, not just the records added by the API.


Reply