mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
documentation
This commit is contained in:
parent
782dbee3a0
commit
1e9e347f15
@ -109,6 +109,7 @@ Result list object returned by the endpoint:
|
|||||||
"count": 1,
|
"count": 1,
|
||||||
"page": 1,
|
"page": 1,
|
||||||
"page_count": 1,
|
"page_count": 1,
|
||||||
|
"corrected_query": "",
|
||||||
"results": [
|
"results": [
|
||||||
|
|
||||||
]
|
]
|
||||||
@ -119,6 +120,8 @@ Result list object returned by the endpoint:
|
|||||||
the page you requested, if you requested a page that is behind
|
the page you requested, if you requested a page that is behind
|
||||||
the last page. In that case, the last page is returned.
|
the last page. In that case, the last page is returned.
|
||||||
* ``page_count``: The total number of pages.
|
* ``page_count``: The total number of pages.
|
||||||
|
* ``corrected_query``: Corrected version of the query string. Can be null.
|
||||||
|
If not null, can be used verbatim to start a new query.
|
||||||
* ``results``: A list of result objects on the current page.
|
* ``results``: A list of result objects on the current page.
|
||||||
|
|
||||||
Result object:
|
Result object:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user