Tasks REST Endpoints

Tasks
The information about an action or an activity scheduled to be completed within a specified time. Tasks can be standalone or they can be associated with answers, campaigns, contacts, documents, incidents, mailings, opportunities, organizations, surveys, and stages in a sales strategy.
Create a task
Method: post
Path: /services/rest/connect/v1.4/tasks
Delete a task
Method: delete
Path: /services/rest/connect/v1.4/tasks/{id}
Get a task
Method: get
Path: /services/rest/connect/v1.4/tasks/{id}
Get multiple tasks
Method: get
Path: /services/rest/connect/v1.4/tasks
Update a task
Method: patch
Path: /services/rest/connect/v1.4/tasks/{id}