Jun 06, 2024 08:42 AM
When using the get request to get list of all the records is there anyway we can get list of all the records but the data only returns specific fields?
Jun 06, 2024 11:01 AM
Set the <fields> option to an array of the fields (field names/ids) you want. This works for both scripting and the web api.
Jun 06, 2024 01:53 PM
Could you give me a example of this parameter in the URL I think I might be doing something wrong I can't get it to work
Jun 08, 2024 02:04 AM
Here:
https://api.airtable.com/v0/appz6YcyO3dXfqDWV/Table%201?fields%5B%5D=Name&fields%5B%5D=Notes
This is set up to only return the 'Name' and 'Notes' field
If you click into the specific base you're trying to access on this page Airtable provides base specific examples as well: https://airtable.com/developers/web/api/introduction