List records in table.
1 2 3 4 |
base |
Base, whatever this is Airtable does not document it. |
table |
Name of table. |
view |
The name or ID of a view. If set, only the records in that view will be returned. The records will be sorted according to the order of the view. |
from_record |
Record wherefrom to start listing. |
sort |
Sorting, |
page_size |
Size of pages, |
max_records |
Maximum number of records to fetch. |
fields |
A vector of fields to retrieve. |
filter |
A formula used to filter records. |
quiet |
Set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.