Integration Resources
List Google spreadsheets
Lists Google spreadsheets for the connected account, to resolve a spreadsheet_id for Google Sheets trigger configs. Requires a USER API key.
get/public/v1/integrations/resources/googlesheets/spreadsheets
Query parameters
querystring
Optional search query to filter spreadsheets by name
Example:example
Optional search query to filter spreadsheets by name
limitnumber
Example:1
connectedAccountIdnumber nullable
Example:1
Response
Spreadsheets
Example response
{
"spreadsheets": [
{
"id": "example",
"name": "example",
"url": "example",
"createdTime": "example",
"modifiedTime": "example"
}
],
"total": 1
}