Google AppSheet website screenshot

Google AppSheet

The Google AppSheet API enables programmatic access to AppSheet applications, allowing developers to add, update, delete, and find records in AppSheet tables, as well as invoke predefined AppSheet actions via a REST interface.

1 APIs 0 Features
ApplicationsDataGoogleLow-CodeNo-CodeTables

APIs

Google AppSheet API

Provides REST API access to AppSheet applications for performing CRUD operations on table data and invoking custom actions programmatically.

Collections

Pricing Plans

Rate Limits

Google Appsheet Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

context Context

11 classes · 0 properties

JSON-LD

Resources

🔗
LinkedIn
LinkedIn
🚀
GettingStarted
GettingStarted
💰
Pricing
Pricing
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google AppSheet API
  version: 2.0.0
request:
  auth:
    type: apikey
    key: ApplicationAccessKey
    value: '{{ApplicationAccessKey}}'
    placement: header
items:
- info:
    name: Apps
    type: folder
  items:
  - info:
      name: Google AppSheet Invoke Table Action
      type: http
    http:
      method: POST
      url: https://api.appsheet.com/api/v2/apps/:appId/tables/:tableName/Action
      params:
      - name: appId
        value: ''
        type: path
        description: The unique identifier of the AppSheet application.
      - name: tableName
        value: ''
        type: path
        description: The name of the table to perform the action on.
      - name: applicationAccessKey
        value: ''
        type: query
        description: The application access key for authentication.
      body:
        type: json
        data: '{}'
    docs: Performs an action on a table in an AppSheet app. Supports Add, Delete, Edit, Find, and custom Action operations.
bundled: true