X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4f4f6f5fe9367d5cd6c57070fd8a223efc87cb21..0eb72b526bf8bbb011551ecf019f604e17a534f1:/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..5c8dd4bbbd 100644 --- a/doc/api/methods/groups.html.textile.liquid +++ b/doc/api/methods/groups.html.textile.liquid @@ -4,6 +4,11 @@ navsection: api navmenu: API Methods title: "groups" ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} API endpoint base: @https://{{ site.arvados_api_host }}/arvados/v1/groups@ @@ -43,6 +48,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.