Back to the Developer home page
This is the newer, REST-based version of this API. If you are maintaining an older application, it might be using the legacy, non-RESTful version of this API, which can be found documented here.
Returns a list of all companies visible to the requesting user.
<companies>
<company>
...
</company>
<company>
...
</company>
...
</company>
Returns a list of all companies associated with the given project.
<companies>
<company>
...
</company>
<company>
...
</company>
...
</company>
Returns a single company identified by its integer ID.
<company>
<id type="integer">1</id>
<name>Globex Corporation</name>
</company>