MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=couchdb-query

(main | couchdb-query)
  • This module requires read rights.
  • Source: CouchDB_Query
  • License: See link

API for querying CouchDB Indexes predefined system

Parameters:
index

Index used for the query

This parameter is required.
db

CouchDB database

This parameter is required.
key

key to be searched

keys

list of keys to be searched

startkey

Starting key

endkey

Ending key

fields

Fields to show

limit

Limit of number of entries

Type: integer
skip

Entries skipped

Type: integer
include_docs

Result docs included

Type: boolean (details)