Skip to main content
POST
/
store
/
find
{
  "documents": {
    "id": 1,
    "contents": {
      "name": "Francis",
      "favoriteBook": {
        "title": "The Great Gatsby",
        "published": 1925
      }
    }
  },
  "txnId": 9000
}
This is a legacy endpoint that uses the Legacy Query Language.To use DQL, the current Ditto query language, consider using the execute endpoint.

Authorizations

Authorization
string
header
required

Headers

X-DITTO-TXN-ID
integer

Body

application/json
collection
string
required
query
string
required
args
any
describe
boolean
default:false
formatAttachment
boolean
default:false
limit
integer
default:1000
offset
integer
serializedAs
enum<string>
default:latestValues
Available options:
latestValues,
latestValuesAndTypes
sort
object[]

Response

documents
object[]
required
txnId
integer