Get deals related to a contact or company

GET /api/psa/getDeals

Returns a list of deals related to a contact (negotiator/administrator) or a company

Query parameters

  • companyid integer

    ID of company

  • contactid integer

    ID of administrator/negotiator

Responses

  • default
GET /api/psa/getDeals
curl \
 --request GET 'http://api.example.com/api/psa/getDeals' \
 --header "Authorization: Bearer $ACCESS_TOKEN"