Help

Re: To get table data from one base and store same data to another base

513 0
cancel
Showing results for 
Search instead for 
Did you mean: 
MuhammadAli
5 - Automation Enthusiast
5 - Automation Enthusiast

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.
Screenshot (6)
how to resolve this issue? how to do registration?

2 Replies 2
Raminder_Singh
7 - App Architect
7 - App Architect

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?

Base schema

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.?