Skip to main content

 Version 5

Legacy documentation for PageSeeder v5

groupfolders

/groups/{group}/groupfolders [POST]

Description

Get a group’s group folders

This class is not part of the public API, and might be subject to change!This service is deprecated as of 5.9400 use CreateGroupFolder.java instead.The url parameter can end with the suffix “/*” but if it does not then the suffix is added.

Create a new group folder (GroupURI) with the url provided.

Parameters

NameDescriptionRequiredTypeDefault
editableWhether URIs should be editable by groupnobooleanfalse
public
urlThe url of the group folder (/* suffix is added automatically)yesstring

Permission

This service requires administrator.

Response

<groupfolder-creation>
  <groupfolder id="[groupuri id]"
               scheme="[scheme]"
               host="[host]"
               port="[port]"
               path="[path]"
               external="[true|false]"
               editable="[true|false]" />
  </groupfolder>
</groupfolder-creation>

Error Handling

0x1401 If the url is invalid
0x1402 If the host is unknown
0x1403 If the group folder URL already exists in group
Created on , last edited on