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.
Endpoint | Type | Description | Status |
---|---|---|---|
Browse Tasks | GET | Retrieves all available tasks assigned to any person or organization. | LIVE |
Add Task | POST | This enables developer to add a new task under any person or organization. | LIVE |
Browse Tasks by Person ID | GET | Developer can retrieve the tasks assigned to a specific person based on id. | LIVE |
Browse Tasks by Organization ID | GET | Tasks of all persons falling under an organization can be retrieved using this method. | LIVE |
Browse Task by ID | GET | Any individual task can be queried based on id using this endpoint. | LIVE |
Edit Task | PATCH | This endpoint is used to edit any available task. | LIVE |
Delete Task | DELETE | A task can be deleted through this endpoint | LIVE |
Updated about 2 years ago