It was referencing the Api for the ‘Favorite Movies’ demo database.
To test and learn the api, I was trying to retrieve data from the
table Movies and only bring back a description of the movie The
Godfather.
I tried various codes using the method ‘Query Parameter’ (airtable’s
description with this name inside the api) see below:
https://api.airtable.com/v0/appID/Movies?fields[The%20Godfather]=Description&api_key=MyKey
I tried other possibilities but I was returned an error or the
descriptions of all the movies in the table.
