From commits-return-9725-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Mon Dec 24 18:39:23 2012 Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C68EE13B for ; Mon, 24 Dec 2012 18:39:23 +0000 (UTC) Received: (qmail 63907 invoked by uid 500); 24 Dec 2012 18:39:23 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 63846 invoked by uid 500); 24 Dec 2012 18:39:22 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 63837 invoked by uid 500); 24 Dec 2012 18:39:22 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 63834 invoked by uid 99); 24 Dec 2012 18:39:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Dec 2012 18:39:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Dec 2012 18:39:21 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id B3A44A49; Mon, 24 Dec 2012 18:39:01 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Mon, 24 Dec 2012 18:39:01 -0000 Message-ID: <20121224183901.20865.23117@eos.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22HTTP=5FDocument=5FAPI=22_by_Rob?= =?utf-8?q?ertNewson?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "HTTP_Document_API" page has been changed by RobertNewson: http://wiki.apache.org/couchdb/HTTP_Document_API?action=3Ddiff&rev1=3D92&re= v2=3D93 Comment: fix typo in http request line To get a listing of all documents in a database, use the special ''_all_d= ocs'' URI. This is a specialized View so the Querying Options of the [[HTTP= _view_API]] apply here. = {{{ - GET somedatabase/_all_docs HTTP/1.0 + GET /somedatabase/_all_docs HTTP/1.0 }}} Will return a listing of all documents and their revision IDs, ordered by= DocID (case sensitive): =20