Grist · Example Payload

Run Sql Request

SpreadsheetDatabaseCollaborationNo-CodeData ManagementWebhooksOpen Source

Run Sql Request is an example object payload from Grist, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sqlargstimeout

Example Payload

Raw ↑
{
  "sql": "select * from Pets where popularity >= ?",
  "args": [50],
  "timeout": 1000
}