Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning
titleIncomplete

The following pages are incomplete.

Introduction

Endpoints

...

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/:idReturns a specific Specific activity identified by its id.
GET/activities/:id/recipientsReturns recipients Recipients against a given activity.
GET/activities/:id/recipients/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/:didRemove an activity.