Ditto · Example Payload

Ditto Live Store Find Response Example

Developer ToolsDatabaseSynchronizationPeer-to-PeerEdge ComputingOffline-FirstMobile

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

Top-level fields

documentstotalCount

Example Payload

Raw ↑
{
  "documents": [
    {
      "_id": "person-001",
      "name": "Susan",
      "age": 31,
      "favoriteBook": {
        "published": 1925,
        "title": "The Great Gatsby"
      }
    }
  ],
  "totalCount": 1
}