Task Management
The Tasks resource represents all tasks scheduled or completed by LeadSquared users. It stores information like system and custom task types, owners, due date, notifications, etc. These APIs let you perform create, retrieve, update and delete operation on the Tasks resource.
Create | Retrieve | Update | Delete |
Create an Appointment Create a new appointment type task. |
Get List of Task Types Names Returns the names of all the task types configured in your account. |
Update a Task Update a single task. |
Delete a Task Delete a specific task. |
Create a To-Do Create a to-do type task. |
Get List of Task Types Returns the list of Task Types. |
Mark a Task Complete Mark a task complete by passing the TaskId . |
Delete Tasks in Bulk Delete multiple tasks in a single call. |
Create Tasks in Bulk Let’s you add up to 50 tasks in bulk to your users. |
Get Tasks Get all tasks assigned to a particular owner. |
Bulk Update Appointment Timings Update the timings of multiple appointments in one go. |
|
Get a Task by Id Retrieve the details of a specific task. |
Bulk Update Appointment Timings by Minutes Postpone appointments by any number of minutes. |
||
Get Tasks by Lead Id Retrieve all tasks associated with a lead. |
Bulk Update Appointment Timings by Hours Postpone appointments by any number of hours. |
||
Get Tasks by Opportunity Id Returns all the tasks created against an opportunity. |
Cancel Appointments in Bulk Cancel multiple appointments in one go. |
||
Get Reminders Retrieve tasks due in the next 15 minutes. |
|||
Get Available Slots of Users by Search Criteria Retrieves the availability details of multiple users through user advanced search. |
|||
Get Available Slots of Users by Id Gives you the availability details of multiple users based on user Id. |
|||
Get Available Slots of Users by Email Address Gives you the availability details of multiple users based on email address. |
|||
Get Appointments by Search Criteria Retrieves appointments of users through user advanced search. |
|||
Get Appointments by User Id Retrieves appointments of users by user Id. |
|||
Get Appointments by Email Address Retrieves appointments of users by email address. |
|||
Get To-Dos by Search Criteria Retrieves to-dos of users through user advanced search. |
|||
Get To-Dos by User Id Retrieves to-dos of users by user Id. |
|||
Get To-Dos by Email Address Retrieves to-dos of users by email address. |