|
|
@@ -69,6 +69,8 @@ def search_documents(request):
|
|
|
Optional params:
|
|
|
perms=<mode> - Controls whether to retrieve owned, shared, or both. Defaults to both.
|
|
|
include_history=<bool> - Controls whether to retrieve history docs. Defaults to false.
|
|
|
+ include_trashed=<bool> - Controls whether to retrieve docs in the trash. Defaults to true.
|
|
|
+ include_managed=<bool> - Controls whether to retrieve docs generated by Hue. Defaults to false.
|
|
|
flatten=<bool> - Controls whether to return documents in a flat list, or roll up documents to a common directory
|
|
|
if possible. Defaults to true.
|
|
|
page=<n> - Controls pagination. Defaults to 1.
|