get member group
/members/{member}/groups/{group} [GET]
| API Support | Available since | Last updated | Output |
|---|---|---|---|
Description
Get a group (for backward compatibility)
This service has been deprecated in PageSeeder 5.8 and is scheduled to be removed.
Use Service: /groups/{group} [GET] instead.
Get a group or project.
Parameters
No parameters required.
Permission
Response
The returned XML is as follows:
<group|project
id="123"
name="myproject-mygroup"
owner="My Organisation"
description="My Own Group"
[relatedurl="http://mycompany/mypage.html"]
[flags="[flags]"]
[visibility="myproject-mygroup"]
[template="myproject"]
[detailstype="mydetails"]
access="[public|member]"
commenting="[public|reviewer|contributor]"
moderation="[reviewer|email|all]"
registration="[normal|moderated|confirmed]"
defaultrole="[reviewer|contributor]"
defaultnotify="[immediate|daily|none]"
common="[true|false]" >
<message>Welcome to the group!</message>
</group|project>
Error Handling
| Code | Cause / Description |
|---|---|
| 0x1108 | the group was not found |