Skip to main content

 Services

Web services from /about to /webhooks

list subprojects

/members/{member}/projects/{group}/subprojectlist [GET]

Description

List the sub-projects and groups for the given member.

This service returns the list of projects and groups under the specified project ({group}).

Parameters

NameDescriptionRequiredTypeDefault value
archivedWhether to return archived projects/groups onlynobooleanfalse
forIf 'server', return all projects/groups for server (Administrator only) [member|server]noenummember
groupsWhether to return groupsnobooleantrue
relationshipIf 'children', return project's children, otherwise return all descendants. [children|descendants]noenumchildren
pageThe page to loadnointeger1
pagesizeThe number of results per pagenointeger1000

Permission

Can only be invoked by the member or administrator.

Response

The returned XML is as follows with <project> at the top if a context project is specified:

<projects [for="[username|email]"] [limitreached="[true]"]>
  <project id="[id]"
           name="[name]"
           description="[description]"
           owner="[owner]" ...>
    <project id="[id]"
             name="[name]"
             description="[description]"
             owner="[owner]" ...>
      <group id="[id]"
             name="[name]"
             description="[description]"
             owner="[owner]" ...>
      <group id="[id]"
             name="[name]"
             description="[description]"
             owner="[owner]" ...>
    ...
</projects>

Error Handling

No specific errors expected for this service.

Created on , last edited on