Downloading over 100 records in Airtable

0

I'm preparing an APP that takes an Airtable database with python Requests and transforms it into a list.

My problem is that I can not get more than 100 records from this database with the request URL. I tried to find a solution in Airtable Api, but the changes they ask to do with maxRecords do not work (I'm not sure I'm doing something wrong ... very likely)

I'm using the following URL to get the file, but only 100 records are coming.

    https://api.airtable.com/v0/appP6G7OJmLzUCoUt/Table%201?api_key=MY_KEY

I read about maxRecords and pagination, but I could not find a way to change the URL and make them work. When I put maxRecords, it does not send me all the records in the database (which has about 400 lines).

Can anyone help me with this?

    
asked by anonymous 27.02.2018 / 05:46

0 answers