Skip to main content

Use view in API

  • May 12, 2020
  • 3 replies
  • 39 views

Hello,

How can i get list of view use Airtable Api ?

3 replies

JonathanBowen
Forum|alt.badge.img+18

Hi @Nazarii_Bilous - you can query a specific view if you know the name of it, but there isn’t a way to return the set of available views on a table via the API, I’m afraid.

JB


  • Author
  • New Participant
  • May 12, 2020

Hi @Nazarii_Bilous - you can query a specific view if you know the name of it, but there isn’t a way to return the set of available views on a table via the API, I’m afraid.

JB


thanks for your answer


JonathanBowen
Forum|alt.badge.img+18

@Nazarii_Bilous - maybe this might help you:

https://builtonair.com/script/meta-definition/

This is a a script to run within the scripting block. It would be manual, i.e. someone would need to run the script, but you could periodically write the tables and views to a “schema” table, then query this table via the API.