Skip to main content

 Services

Web services from /about to /webhooks

groupfolders

/members/{member}/groups/{group}/groupfolders [GET]

Description

List the group folders for the group on the URL.

Parameters

NameDescriptionRequiredTypeDefault
ownedWhether to include non-default group folders owned by this group (ignored for projects)nobooleantrue
sharingWhether to include sharing informationnobooleantrue

Permission

Requires guest or higher, unless group is accessible to public.

Response

If successful, the group folders are returned as  <groupfolder> elements wrapped in a <groupfolders> element.

<groupfolders>
  <groupfolder id="[groupuri id]"
               scheme="[scheme]"
               host="[host]"
               port="[port]"
               path="[path]"
               external="[true|false]"
               public="[true|false]"
               [sharing="[private|shared]"]>
    [<sharing hidden="2">
      <share editable="true" 
             shareedits="true" 
             sharexrefs="true" 
             addcomments="true" 
             owner="true">
        <group name="my-group1" .../>
      </share>
      <share editable="true" 
             shareedits="false" 
             sharexrefs="true" 
             addcomments="false">
        <group name="my-group2" .../>
      </share>
      <share editable="false"  
             shareedits="true" 
             sharexrefs="false" 
             addcomments="true">
        <group name="my-group3" .../>
      </share>
    </sharing>]
  </groupfolder>
  ...
</groupfolders>

Error Handling

No specific errors expected for this service.

Created on , last edited on