history

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