Skip to main content

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?

Set the <fields> option to an array of the fields (field names/ids) you want. This works for both scripting and the web api.


Set the <fields> option to an array of the fields (field names/ids) you want. This works for both scripting and the web api.


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


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


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


Reply