Skip to main content

 Version 5

Legacy documentation for PageSeeder v5

get groupfolder forurl

/groups/{group}/groupfolders/forurl [GET]

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

NameDescriptionRequiredTypeDefault
urlThe group folder (/* suffix is added automatically)nourl

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

CodeCause / Description
0x1401 If the url is invalid
0x1404 If the group folder url not found
0x1405 If the group folder url not in group
Created on , last edited on