Jun 18, 2024 06:36 AM
Hi,
I've been testing Airtable to create a visual database system for skilled professionals in Nepal. While fetching data from Airtable API to my APP, I hardly get all data.
Few of my data are missing. I have tested it using postman.
Jun 18, 2024 07:28 AM
Are you missing records or specific fields? Could you provide an example API call and a screenshot of your data?
Jun 19, 2024 08:59 PM
Hi,
I'm missing records not whole fields.
Jun 20, 2024 08:36 AM
Are you using filterByFormula? Are you using the pageSize or maxRecords parameters? Are you asking for records in a particular view? All of these things can affect how many records are returned.
Jun 21, 2024 08:23 AM
Above is the screen shot of Data's except ID: 225 are missing.
Here is an API of ID:225
Jun 21, 2024 09:32 AM
I have filtered those four records according to Yes/No values as in the right end of above screenshot. Record having ID 425 is only shown and rest of the records are missing in API as well. With the same filter it worked for other records.
Here's the API of ID 425 :
Jun 22, 2024 10:39 PM
Could you provide the full endpoint with the query params used?