Skip to content

Commit d8bb236

Browse files
author
rammohan-agile
authored
to get list of all tasks
1 parent f9459a9 commit d8bb236

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Table of contents
9797
* [5 Create a task based on Contact email](#55-create-a-task-based-on-contact-email)
9898
* [6 Update a task (Partial update)](#56-update-a-task-partial-update)
9999
* [7 Delete a task based on ID](#57-delete-a-task-based-on-id)
100+
* [8 Listing Tasks](#58-Listing-Tasks-)
100101

101102
**[Events](#6-events-api)**
102103
* [Event fields](#6-events-api)
@@ -3352,6 +3353,19 @@ Method: DELETE
33523353
- Status 204: Task deleted successfully.
33533354
- Status 401: Unauthorised. (when the user name and password fields are wrong.)
33543355

3356+
## 5.8 Listing Tasks :
3357+
### dev/api/tasks/
3358+
Method: GET
3359+
3360+
- Returns list of all "Tasks" in the domain in JSON format, which are ordered by created time.
3361+
3362+
### Using curl
3363+
```sh
3364+
curl https:{domain}.agilecrm.com/dev/api/tasks -H "Accept:application/json" -v -u {email}:{API Key} -X DELETE
3365+
```
3366+
### Response:
3367+
- Status 204: Successfully retrieved the Tasks list.
3368+
- Status 401: Unauthorised. (when the user name and password fields are wrong.)
33553369

33563370

33573371
6. Events API

0 commit comments

Comments
 (0)