Returns a list of all companies visible to the requesting user.
{
"companies":[
{
"id":"57589574",
"name":"UNOBOX",
...
},
{
"id":"70376540",
"name":"Intelligent Pineapple Web Design",
...
},
...
]
}
Returns a list of all companies associated with the given project.
{
"companies":[
{
"id":"57589574",
"name":"UNOBOX",
...
},
{
"id":"70376540",
"name":"Intelligent Pineapple Web Design",
...
},
...
]
}
Returns a single company identified by its integer ID.
{
"company":{
"id":"70376540",
"name":"Intelligent Pineapple Web Design",
...
}
}