Companies
February 6, 2014 ยท View on GitHub
For the full XML representation of companies, check out the data reference.
Get companies
GET /companies.xmlreturns a list of all companies visible to the requesting user.GET /projects/#{project_id}/companies.xmlreturns a list of all companies associated with the given project.
Response:
<companies>
<company>
...
</company>
<company>
...
</company>
...
</company>
Get company
GET /companies/#{company_id}.xmlreturns a single company identified by its integer ID.
Response:
<company>
<id type="integer">1</id>
<name>Globex Corporation</name>
</company>