Back to index

FOREST CRM - CSV Opportunity API

This API provides the following services:


List opportunities

Request

The request format is:

https://app.forestcrm.hu/api/csv/<API KEY>/opportunities

Request parameters:

companyId (optional):
id of the company whose opportunities are queried,

If no parameters are supplied, all opportunities for the tenant are returned.

Example

https://app.forestcrm.hu/api/csv/demo/opportunities

Response

Response has the following columns:

  1. opportunity_id
  2. company_id
  3. Name
  4. Product
  5. Comment
  6. Salesrep
  7. isRejected
  8. Status
  9. Probability
  10. Opportunity date
  11. Opportunity total
  12. Offer date
  13. Offer total
  14. Contract date
  15. Contract total
  16. Contract expiration date
  17. Currency
  18. Created at
  19. Created by
  20. Updated at
  21. Updated by

Example

opportunity_id company_id Name Product Comment Salesrep isRejected Status Probability Opportunity date Opportunity total Offer date Offer total Contract date Contract total Contract expiration date Currency Created at Created by Updated at Updated by External ref
15204 37897 Let's come up with an inflatable spaceship Successful(?) Projects "Bunny, The Brain" false Contract expired 0.75 2013-06-08 500000 2013-06-11 200000 2013-07-04 200000 2013-08-11 USD 2010-01-01 01:00:00 +0100 "Bunny, The Brain" 2013-07-10 00:00:00 +0200 "Bunny, The Brain"

Back to index