Difference between revisions of "Zimbra REST API Reference:Get Tasks"
m (Gayle moved page ZCS 6.0:Zimbra REST API Reference:Get Tasks to Zimbra REST API Reference:Get Tasks) |
Malte Stretz (talk | contribs) |
||
Line 1: | Line 1: | ||
{{Template:TabHeader}} | {{Template:TabHeader}} | ||
− | {{Template:Tab2|[[ | + | {{Template:Tab2|[[Zimbra_REST_API_Reference|Introduction]]}} |
− | {{Template:Tab2|[[ | + | {{Template:Tab2|[[Zimbra_REST_API_Reference:Get_Folder|Method: Get Folder]]}} |
− | {{Template:Tab2|[[ | + | {{Template:Tab2|[[Zimbra_REST_API_Reference:Import_Message|Method: Import Message]]}} |
− | {{Template:Tab2|[[ | + | {{Template:Tab2|[[Zimbra_REST_API_Reference:Get_Contacts|Method: Get Contacts]]}} |
− | {{Template:Tab2|[[ | + | {{Template:Tab2|[[Zimbra_REST_API_Reference:Import_Contacts|Method: Import Contacts]]}} |
− | {{Template:Tab2|[[ | + | {{Template:Tab2|[[Zimbra_REST_API_Reference:Get_Calendar|Method: Get Calendar]]}} |
− | {{Template:Tab2|[[ | + | {{Template:Tab2|[[Zimbra_REST_API_Reference:Get_FreeBusy|Method: Get FreeBusy]]}} |
− | {{Template:Tab2|[[ | + | {{Template:Tab2|[[Zimbra_REST_API_Reference:Import_Appointments|Method: Import Appointments]]}} |
− | {{Template:Tab1|[[ | + | {{Template:Tab1|[[Zimbra_REST_API_Reference:Get_Tasks|Method: Get Tasks]]}} |
− | {{Template:Tab2|[[ | + | {{Template:Tab2|[[Zimbra_REST_API_Reference:Get_Item|Method: Get Item]]}} |
− | {{Template:Tab2|[[ | + | {{Template:Tab2|[[Zimbra_REST_API_Reference:Get_Briefcase|Method: Get Briefcase]]}} |
− | {{Template:Tab2|[[ | + | {{Template:Tab2|[[Zimbra_REST_API_Reference:Get_Briefcase_Item|Method: Get Briefcase Item]]}} |
− | {{Template:Tab2|[[ | + | {{Template:Tab2|[[Zimbra_REST_API_Reference:Export_Mailbox|Method: Export Mailbox]]}} |
{{Template:TabFooter}} | {{Template:TabFooter}} | ||
Latest revision as of 17:25, 5 August 2014
Article Information |
---|
This article applies to the following ZCS versions. |
<< Back to Zimbra REST API Reference
REST API Method: Get Tasks
Gets the calendar.
URL
http://localhost:7070/home/john.doe/tasks?{params}
Go to Command Format
HTTP Method
GET
Formats
ics,json,xml,rss,atom
(Go to Response Formats)
Requires Authentication
true
(Go to Authentication)
Parameters
fmt
. Optional. The response format. Defaults toics
.query
. Optional. A query string.
Usage Examples
Download the tasks as an iCalendar (ICS) file:
http://localhost:7070/home/john.doe/tasks
http://localhost:7070/home/john.doe/tasks?fmt=ics
Retrieve the tasks in XML format:
http://localhost:7070/home/john.doe/tasks?fmt=xml
Retrieve the tasks in JSON format:
http://localhost:7070/home/john.doe/tasks?fmt=json