Back to the Developer home page
The API described in this document is obsolete. It is documented here only for the support of legacy applications that might be using it. New applications are encouraged to use the newer, REST-based API. Older applications, too, are encouraged to switch to the newer API.
This will return a list of all active, on-hold, and archived projects that you have access to. The list is not ordered.
<projects>
<project>
...
</project>
<project>
...
</project>
...
</projects>
This will return a single project
<project>
...
</project>