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.
example URL = Sign in - Airtable
example API = keyMYCOOLKEY
This is what I have and what I am working with. The system that I have set up connects to the above URL and gets HTML back… Don’t know if that is correct, but the end goal is to retrieve JSO...
Hi there,
I am trying to obtain data from an airtable link. I only have a basic link (not API) and an API key.
example link: Sign in - Airtable
example key: keyMYCOOLKEY
When I use the link above, I get a HTML page back with data, but I can see it as...
a.) I work for a client that has a WordPress plugin that has a bug which I am trying to fix. Let’s call them pluginteam. The bug is from THEIR client. Let’s call them clientteam . The plugin can import data from several sources (csv,json,xml), one of...
As a third party consultant myself, I would never take the approach of “moving things around” or skipping over the API documentation when trying to build a solution for my clients.
That’s really a comment you could have kept for yourself. The secon...
The URL got from the client
https://airtable.com/appiKlBfTyvFfarTu/tbliOpnbcxQauIudo/viw7uPlqwOjhTydwt?blocks=hide
The URL I created by moving things around
https://api.airtable.com/v0/appiKlBfTyvFfarTu/tbliOpnbcxQauIudo?blocks=hide
Once again, the ...
Thanks @ScottWorld.
I think I made a mistake in my original post and corrected it below.
I did use the API, which gave a response. But like I said before it does not give me the response I need, since it’s missing the view (viw…)
What I have done
I t...