The following macros are not currently supported in the header:
  • style

Activities

Activities are communicative objects. e.g, Notes and Emails. The following endpoints can be used to retrieve, create and update activities.

TYPERESOURCEDESCRIPTION
GET/activitiesList activities.
GET/activities/countTotal number of activities.
GET/activities/:idSpecific activity identified by its id.
GET/activities/:id/interactsRecipients against a given activity.
GET/activities/:id/interacts/countCount the number of recipients against an activity.
GET/activities/allocationsAllocation (billable & non-billable) information for a selected group of activities.
POST/activitiesCreate a new activity.
PUT/activities/:idUpdate an activity.
DELETE/activities/:idRemove an activity.