Ditto · Example Payload

Ditto Live Store Execute Response Example

Developer ToolsDatabaseSynchronizationPeer-to-PeerEdge ComputingOffline-FirstMobile

Ditto Live Store Execute Response Example is an example object payload from Ditto, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

queryTypeitemsmutatedDocumentIdswarningstotalWarningsCount

Example Payload

Raw ↑
{
  "queryType": "select",
  "items": [
    {
      "_id": "abc123",
      "name": "Susan",
      "age": 31,
      "favoriteBook": {
        "published": 1925,
        "title": "The Great Gatsby"
      }
    }
  ],
  "mutatedDocumentIds": [],
  "warnings": [],
  "totalWarningsCount": 0
}