APIs and JSON overview
An overview of how to work with APIs and JSON in Rows,
Requesting data from any API
An introduction to the GET function in Rows and how to use it to request data from APIs
Creating a GET request
How to make HTTP GET requests with the GET function.
Authenticating your API requests
How to authenticate your API requests and understand the different authentication methods.
Parsing JSON
How to parse and select JSON data in Rows.
Modifying the structure of a JSON response
How to modify JSON objects so that they match exactly what you need.
Sending data to an API
Learn how to send information to an API using POST or PUT.
New
Using the Rows API
How to get data from or write data to your spreadsheets from other applications.