The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
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 ...
this is not working. im getting error…"{“error”:{“type”:“NOT_FOUND”}}"
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://api.airtable.com/v0/meta/bases/appxKxxxxxxxxxmDs/tables');
$headers[] = 'Authorization: Bearer keyPxxxxxxxxxDjIK';
$hea...
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.
Airtable
Airtable | Everyone's app platform
Airtable is a low-code pla...
I’m also facing this same issue. and i want to get all table names in a base.?
is this possible or not? as we get all table names in sql, mysql and oracle etc. e.g in mysql we get DB::select( “SHOW tables”); but in airtable im unable to do so.!!