<div dir="ltr">Hi Tom.<div><br></div><div>That's a documentation shortcoming.<br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 24, 2017 at 6:46 AM, Albrecht, Tom <span dir="ltr"><<a href="mailto:tom.albrecht@roche.com" target="_blank">tom.albrecht@roche.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>I have another question regarding the Arvados API: In the Arvados Workbench, collections can be organized in "Projects". I do not see any reference to this in the Arvados Rest API. </div></div></blockquote><div><br></div><div>Projects are implemented as Groups with a type of "project", although that's not very clear from the documentation.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>If the API does know about the projects, how can you query the projects and their contents directly using the API?<br></div></div></blockquote><div><br></div><div>You could use something like this to get the first 1000 subprojects of a project (or top level projects of a user if you use a -tpzed- UUID for parent):</div><div><br></div><div><font face="monospace, monospace">groups = api.groups().list(filters=[['owner_uuid','=',parent]],limit=1000).execute().items()<br></font></div></div><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Tom Morris<br>Director, Product Management<br>Curoverse</div>
</div></div></div>