Apr 07, 2021 06:20 AM
Hi.
I’m trying to figure out how to use your API.
What I need to do using the API endpoints is the following:
Send a request to create a user (record/row) in a table
Then create a Gallery view named as the user’s name
Generate a “share view” link/embed code with an active filter.
Is this something that is possible to do via the API?
Thanks,
Andriy
Solved! Go to Solution.
Apr 07, 2021 06:47 AM
You can create records via the API, but you can’t create/edit anything to do with the interface, such as creating/renaming views, filtering/grouping/sorting/coloring views, etc.
Apr 07, 2021 06:47 AM
You can create records via the API, but you can’t create/edit anything to do with the interface, such as creating/renaming views, filtering/grouping/sorting/coloring views, etc.
Apr 07, 2021 06:52 AM
Welcome to the Airtable community!
Which api are you using? If you are using the REST API, you cannot create a new view.
It is possible to create a url to pre-set a filter for a shared view. Note that it is easy for users to remove the filter, so it should not be used in situations where security is an issue.
Apr 07, 2021 09:12 AM
Ok, got it.
Thanks a lot