Ditto · Example Payload

Ditto Live Store Execute Request Example

Developer ToolsDatabaseSynchronizationPeer-to-PeerEdge ComputingOffline-FirstMobile

Ditto Live Store Execute Request 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

statementargs

Example Payload

Raw ↑
{
  "statement": "SELECT * FROM people WHERE favoriteBook.title = :title",
  "args": {
    "title": "The Great Gatsby"
  }
}