Add project contact
|
POST api/2.0/project/{projectid}/contact
|
Adds the selected contact to the project with the ID specified in the request
|
Delete project contact
|
DELETE api/2.0/project/{projectid}/contact
|
Deletes the selected contact from the project with the ID specified in the request
|
Get projects for contact
|
GET api/2.0/project/contact/{contactid}
|
Returns the list of all the projects linked with the contact with the ID specified in the request
|