Back to index

FOREST CRM - CSV Categorization API

Categorizations assign categories to other entities (companies, contacts). See the entity-relationship chart in the Overview.

This API provides the following services:


List categorizations

Request

The request format is:

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

Request HTTP method: GET

Request parameters: (none)

Example

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

Response

Response has the following columns:

  1. categorization_id
  2. entity_type
  3. entity_id
  4. category_id
  5. Created at
  6. Updated at

Example

categorization_id entity_type entity_id category_id Created at Updated at
32432Company3789437362010-01-01 01:00:00 +01002013-07-10 00:00:00 +0200

Back to index