Apache CouchDB · Example Payload

Apache Couchdb Find Response Example

ApacheDatabaseDocument StoreJSONNoSQLOpen SourceReplicationREST

Apache Couchdb Find Response Example is an example object payload from Apache CouchDB, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

docsbookmarkwarning

Example Payload

Raw ↑
{
  "docs": [
    {
      "_id": "doc001",
      "_rev": "1-abc123def456",
      "_deleted": false
    }
  ],
  "bookmark": "g1AAAABleJzLYWBg",
  "warning": "No matching index found, create an index to optimize query time."
}