Skip to main content

 Services

Web services from /about to /webhooks

get project

/projects/{group} [GET]

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

CodeCause / Description
0x1108The group was not found
Created on , last edited on