Skip to main content

Airtable API - Get the list of possible values that a single select has

  • September 19, 2022
  • 2 replies
  • 36 views

Hi everyone, I’m new to Airtable and I would need to obtain via api/sdk the possible values that a field of type single select has. Since I am implementing a form and I would like to get the values dynamically. This is possible? Thank you very much!

2 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • September 19, 2022

Welcome to the Airtable community!

This information is not available in the standard REST API. You need to use the Meta API.


  • Author
  • New Participant
  • 1 reply
  • September 19, 2022

Welcome to the Airtable community!

This information is not available in the standard REST API. You need to use the Meta API.


Thank you! I’ll be checking the API