GET/projects/{id}/companies.json

Retrieving Companies within a Project

All of the companies within the specified project are returned.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "companies": [
    {
      "state": "",
      "name": "Demo 1 Company",
      "address_two": "EastGate, Little Island",
      "email_one": "",
      "country": "Ireland",
      "isowner": "1",
      "email_three": "",
      "contacts": "1",
      "industry": "",
      "logo-URL": "http://demo1company.teamwork.com/images/logo.gif",
      "address_one": "EastGate Avenue",
      "website": "http://www.demo1company.com",
      "cid": "",
      "email_two": "",
      "accounts": "6",
      "phone": "",
      "company_name_url": "2-demo-1-company",
      "countrycode": "IE",
      "can_see_private": true,
      "zip": "",
      "id": "998",
      "city": "Co.Cork",
      "fax": ""
    }
  ],
  "STATUS": "OK"
}