This API provides access to user data in the ForestCRM system.
The request format is:
https://app.forestcrm.hu/api/xml/<API KEY>/categories
Request parameters:
company or contact or opportunity or project role. Only matching categories are returned.type.If no parameters are supplied, all categories for the tenant are returned.
https://app.forestcrm.hu/api/xml/demo/categories
Response conforms the attached XSD.
<categories>
<category id="713">
<updated>2010-12-29T00:00:00+01:00</updated>
<name>VIP</name>
<type>contact</type>
</category>
<category id="74513">
<updated>2010-12-30T14:35:20+01:00</updated>
<name>Size: 10-50</name>
<type>company</type>
</category>
</categories>