groupfolders
/groups/{group}/groupfolders [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
Description
Get a group’s group folders
Use Service: /members/{member}/groups/{group}/groupfolders [GET] instead.
List the group folders (GroupURIs) that belong to the current group.
Parameters
No parameters required.
Permission
This service is restricted to guest and higher.
Response
The output has the following format:
<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.