Back to index

FOREST CRM - CSV Activity API

This API provides the following services:


List activities

Request

The request format is:

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

Request parameters:

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

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

Example

https://app.forestcrm.hu/api/csv/demo/activities?companyId=5206

Response

Response has the following columns:

  1. Company
  2. Description
  3. Activity type
  4. Status
  5. Priority
  6. Salesrep
  7. Start
  8. Duration
  9. Location
  10. Completed at
  11. Completion comment
  12. activity_id
  13. company_id
  14. Opportunity
  15. Contact
  16. External ref

Example

Company Description Activity type Status Priority Salesrep Start Duration Location Completed at Completion comment Opportunity Contact activity_id company_id Opportunity Contact External ref
Settler Exhaust Systems Cold call Phone Completed Normal Tiger, The Force 06.11.2013 08:15 15 06.26.2013 Likes us, let's push on. I fixed a personal meeting. 145677 78896 John Smith

Back to index