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