X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e7a865275a832420b9d63c0ab3ebf87eaca57d26..3b3c3a0869c2cf528b9e1c45c969bbbd47f6446e:/doc/api/methods/groups.html.textile.liquid diff --git a/doc/api/methods/groups.html.textile.liquid b/doc/api/methods/groups.html.textile.liquid index 7a15d20d5a..a57a089eec 100644 --- a/doc/api/methods/groups.html.textile.liquid +++ b/doc/api/methods/groups.html.textile.liquid @@ -43,6 +43,7 @@ table(table table-bordered table-condensed). |limit|integer (default 100)|Maximum number of items to return.|query|| |order|string|Order in which to return matching items. Sort within a resource type by prefixing the attribute with the resource name and a dot.|query|@"collections.modified_at desc"@| |filters|array|Conditions for filtering items.|query|@[["uuid", "is_a", "arvados#job"]]@| +|recursive|boolean (default false)|Include items owned by subprojects.|query|@true@| Note: Because adding access tokens to manifests can be computationally expensive, the @manifest_text@ field is not included in listed collections. If you need it, request a "list of collections":{{site.baseurl}}/api/methods/collections.html with the filter @["owner_uuid", "=", GROUP_UUID]@, and @"manifest_text"@ listed in the select parameter.