|
29 | 29 | - :mimetype:`text/plain` |
30 | 30 |
|
31 | 31 | :query boolean conflicts: Include `conflicts` information in response. |
32 | | - Ignored if `include_docs` isn't ``true``. Default is ``false``. |
| 32 | + Ignored if ``include_docs`` isn't ``true``. Default is ``false``. |
33 | 33 | :query boolean descending: Return the documents in descending order by key. |
34 | 34 | Default is ``false``. |
35 | 35 | :query json endkey: Stop returning records when the specified key is |
36 | 36 | reached. |
37 | | - :query json end_key: Alias for `endkey` param |
| 37 | + :query json end_key: Alias for ``endkey`` param |
38 | 38 | :query string endkey_docid: Stop returning records when the specified |
39 | | - document ID is reached. Ignored if `endkey` is not set. |
40 | | - :query string end_key_doc_id: Alias for `endkey_docid`. |
| 39 | + document ID is reached. Ignored if ``endkey`` is not set. |
| 40 | + :query string end_key_doc_id: Alias for ``endkey_docid``. |
41 | 41 | :query boolean group: Group the results using the reduce function to a |
42 | | - group or single row. Implies `reduce` is ``true`` and the maximum |
43 | | - `group_level`. Default is ``false``. |
| 42 | + group or single row. Implies ``reduce`` is ``true`` and the maximum |
| 43 | + ``group_level``. Default is ``false``. |
44 | 44 | :query number group_level: Specify the group level to be used. Implies |
45 | | - `group` is ``true``. |
| 45 | + ``group`` is ``true``. |
46 | 46 | :query boolean include_docs: Include the associated document with each row. |
47 | 47 | Default is ``false``. |
48 | 48 | :query boolean attachments: Include the Base64-encoded content of |
49 | 49 | :ref:`attachments <api/doc/attachments>` in the documents that are |
50 | | - included if `include_docs` is ``true``. Ignored if `include_docs` isn't |
| 50 | + included if ``include_docs`` is ``true``. Ignored if ``include_docs`` isn't |
51 | 51 | ``true``. Default is ``false``. |
52 | 52 | :query boolean att_encoding_info: Include encoding information in |
53 | | - attachment stubs if `include_docs` is ``true`` and the particular |
54 | | - attachment is compressed. Ignored if `include_docs` isn't ``true``. |
| 53 | + attachment stubs if ``include_docs`` is ``true`` and the particular |
| 54 | + attachment is compressed. Ignored if ``include_docs`` isn't ``true``. |
55 | 55 | Default is ``false``. |
56 | 56 | :query boolean inclusive_end: Specifies whether the specified end key |
57 | 57 | should be included in the result. Default is ``true``. |
|
66 | 66 | the results. Default is ``0``. |
67 | 67 | :query boolean sorted: Sort returned rows (see :ref:`Sorting Returned Rows |
68 | 68 | <api/ddoc/view/sorting>`). Setting this to ``false`` offers a performance |
69 | | - boost. The `total_rows` and `offset` fields are not available when this |
| 69 | + boost. The ``total_rows`` and ``offset`` fields are not available when this |
70 | 70 | is set to ``false``. Default is ``true``. |
71 | 71 | :query boolean stable: Whether or not the view results should be returned |
72 | 72 | from a stable set of shards. Default is ``false``. |
|
78 | 78 | Note that this parameter is deprecated. Use ``stable`` and ``update`` instead. |
79 | 79 | See :ref:`views/generation` for more details. |
80 | 80 | :query json startkey: Return records starting with the specified key. |
81 | | - :query json start_key: Alias for `startkey`. |
| 81 | + :query json start_key: Alias for ``startkey``. |
82 | 82 | :query string startkey_docid: Return records starting with the specified |
83 | 83 | document ID. Ignored if ``startkey`` is not set. |
84 | | - :query string start_key_doc_id: Alias for `startkey_docid` param |
| 84 | + :query string start_key_doc_id: Alias for ``startkey_docid`` param |
85 | 85 | :query string update: Whether or not the view in question should be updated |
86 | 86 | prior to responding to the user. Supported values: ``true``, ``false``, |
87 | 87 | ``lazy``. Default is ``true``. |
88 | 88 | :query boolean update_seq: Whether to include in the response an |
89 | | - `update_seq` value indicating the sequence id of the database the view |
| 89 | + ``update_seq`` value indicating the sequence id of the database the view |
90 | 90 | reflects. Default is ``false``. |
91 | 91 |
|
92 | 92 | :>header Content-Type: - :mimetype:`application/json` |
|
0 commit comments