Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The following page has been changed by mdornseif: http://wiki.apache.org/couchdb/HTTP_Document_API The comment on the change is: Linked to the HTTP_view_API for query options. ------------------------------------------------------------------------------ == All Documents == - To get a listing of all documents in a database, use the special ''_all_docs'' URI: + To get a listing of all documents in a database, use the special ''_all_docs'' URI. This is a specialized View so the Querying Options of the ["HTTP_view_API"] apply here. + {{{ GET somedatabase/_all_docs HTTP/1.0