Back to index

FOREST CRM - CSV Category API

This API provides the following services:


List categories

Request

The request format is:

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

Request HTTP method: GET

Request parameters: (none)

Example

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

Response

Response has the following columns:

  1. category_id
  2. category_type
  3. Name
  4. Created at
  5. Updated at

Example

category_id category_type Name Created at Updated at
3734Company<10 employees2010-01-01 01:00:00 +01002013-07-10 00:00:00 +0200

Back to index