Create event
|
POST api/2.0/crm/history
|
Creates the event with the parameters specified in the request
|
Create history category
|
POST api/2.0/crm/history/category
|
Creates a new history category with the parameters (title, description, etc.) specified in the request
|
Delete event and related files
|
DELETE api/2.0/crm/history/{id}
|
Deletes the event with the ID specified in the request and all the files associated with this event
|
Delete history category
|
DELETE api/2.0/crm/history/category/{id}
|
Deletes the selected history category with the ID specified in the request
|
Get all history categories
|
GET api/2.0/crm/history/category
|
Returns the list of all history categories available on the portal
|
Get event list
|
GET api/2.0/crm/history/filter
|
Returns the list of all events matching the parameters specified in the request
|
Update history categories order
|
PUT api/2.0/crm/history/category/reorder
|
Updates the history categories order with the list specified in the request
|
Update history category
|
PUT api/2.0/crm/history/category/{id}
|
Updates the selected history category with the parameters (title, description, etc.) specified in the request
|
Update history category icon
|
PUT api/2.0/crm/history/category/{id}/icon
|
Updates the icon of the selected history category
|