Jun 06, 2021 10:16 PM
im working on project having multipule bases. im facing an issue that i want get a data from table of one base and store it to a table with different base. i searched in metadata api ducumentation, i submited a new form Airtable Metadata API Request Form but didont found a taken.
how to resolve this issue? how to do registration?
Jun 06, 2021 10:32 PM
Hi @MuhammadAli
The metadata api is used to get data about the structure of your bases. E.g what is the type of a field etc. If you want to just get the data you can use the REST api which will get you access to data in your tables.
Will that work for you?
Jun 10, 2021 11:01 PM
GET
https://api.airtable.com/v0/meta/bases/BaseId/tables
Returns the schema of the tables in the specified base.
actually means this.
how do i get this.?