Grist · Example Payload

List Records Response

SpreadsheetDatabaseCollaborationNo-CodeData ManagementWebhooksOpen Source

List Records Response is an example object payload from Grist, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

records

Example Payload

Raw ↑
{
  "records": [
    {
      "id": 1,
      "fields": {
        "pet": "cat",
        "popularity": 67
      }
    },
    {
      "id": 2,
      "fields": {
        "pet": "dog",
        "popularity": 95
      }
    }
  ]
}