Skip to main content
Solved

Related Airtable Select Api

  • March 31, 2020
  • 1 reply
  • 23 views

Hi Team,
Is there any way to get the relational data in single query. I am getting the record id of another table.
But i wants to get the full data of relational table along with id.
Please suggest.

Best answer by Bill_French

No, but if you find a way, please let us all know. :winking_face:

The Airtable API is rudimentary. Ideally, it should have a GraphQL layer that provides a more advanced way to make requests and build concise responses. I have used GraphQL to do exactly this for specific clients. And while it is not trivial to build, the dividends it pays are huge.

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+19
  • Inspiring
  • Answer
  • March 31, 2020

No, but if you find a way, please let us all know. :winking_face:

The Airtable API is rudimentary. Ideally, it should have a GraphQL layer that provides a more advanced way to make requests and build concise responses. I have used GraphQL to do exactly this for specific clients. And while it is not trivial to build, the dividends it pays are huge.