Comment on page
💪
"options"
Control the request to and response from any application.
All "options" must be a cell reference (B2), a cell range (B2:D2), or comma separated in double quotes ("option1","option2")
=HubSpot_getContacts("rawHeaders,name=Elon,/name")
The below "options" are sent along with the request to your application.
"options" |
"key=reset" (reset API key) "key=?" (query API key) |
"{'KEY':'<encode>VALUE</encode>'}" |
cURL (or =cURL formula) "<curl>cURL-HERE</curl>" |
Content Type "contentType=application/x-www-form-urlencoded" "contentType=application/json" (default if blank) |
Method "method=METHOD-HERE" "method=GET" (default if no Payload) "method=POST" (default if Payload) |
The below "options" are used to format the app's JSON API response.
"options" |
Response Headers "rawHeaders" (returns raw /QUERY headers) "/QUERY" ("rawHeaders" to query) "noHeaders" (return data without headers) |
Response Data "inheritParents" (inherit JSON parent elements) "truncateValues" (shorten response values) "debugLocation" (row & column with values) |
Raw Response Data (advanced) "*" (return raw JSON response) "*/QUERY" (query raw JSON response) "*?" (request options with response) |
You can try the SheetLink pre-built app formulas, or our =API("options") to interact with any application API.
Page |
60 second getting started guide. |
Answers to frequently asked SheetLink questions. |
Explore the apps we've already built formulas for. |
Powerful functions unique to SheetLink. |
Last modified 2yr ago