get project
/projects/{group} [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
supported | 5.4101 | 5.9500 | json, xml |
Description
Get a project.
This service returns the details of both groups and project and it is synonymous with Service: /groups/{group} [GET] in practice.
Parameters
No parameters required.
Permission
This service is restricted to guest and higher unless the project is accessible to public.
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 |
Created on , last edited on