Tasks

Endpoints within Activities.Tasks Category

Tasks are assignments handed over to persons or organization entities. Here is a list of endpoints falling under this category.

EndpointTypeDescriptionStatus
Browse TasksGETRetrieves all available tasks assigned to any person or organization.LIVE
Add TaskPOSTThis enables developer to add a new task under any person or organization.LIVE
Browse Tasks by Person IDGETDeveloper can retrieve the tasks assigned to a specific person based on id.LIVE
Browse Tasks by Organization IDGETTasks of all persons falling under an organization can be retrieved using this method.LIVE
Browse Task by IDGETAny individual task can be queried based on id using this endpoint.LIVE
Edit TaskPATCHThis endpoint is used to edit any available task.LIVE
Delete TaskDELETEA task can be deleted through this endpointLIVE