get groupfolder forurl
/groups/{group}/groupfolders/forurl [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
Description
Use Service: /members/{member}/groups/{group}/groupfolders/forpath [GET] instead.
Load the group folder, also known as “Group URI”, with by the URL specified in the request.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
url | The group folder (/* suffix is added automatically) | no | url |
Permission
This service is public, anyone can invoke it since the group folder has public access.
Response
If it exists, the group folder is returned as <groupfolder>
element.
<groupfolder id="[groupuri id]" scheme="[scheme]" host="[host]" port="[port]" path="[path]" external="[true|false]" editable="[true|false]" public="[true|false]" [sharing="[private|shared]"] />
Error Handling
Code | Cause / Description |
---|---|
0x1401 | If the url is invalid |
0x1404 | If the group folder url not found |
0x1405 | If the group folder url not in group |