Retrieves the list of all Automated Patch Deployment (APD) tasks.
get /dcapi/patch/reports/apdTasks
https://{server-hostname}:8383/dcapi/patch/reports/apdTasks
PatchMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/patch/reports/apdTasks \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Pagination metadata
Total number of records matching the query
Array of APD task entries
APD task name
Transformed total target systems count
APD task ID
Transformed APD task name
OS platform name (Windows, Mac, Linux)
Collection ID associated with the task
Transformed name of the task creator
Transformed task ID or authorization status
Collection status code
Task last modified time in epoch milliseconds
Transformed deployment policy template ID, or --
Scheduler class ID, or null
Transformed remarks
Task creation time in epoch milliseconds
Name of the task creator
OS platform ID
Transformed OS platform name
Transformed name of the user who last modified the task
Total target systems count
Name of the user who last modified the task
Task type label key
Transformed task type label
User ID of the task creator
Formatted task last modified time
Deployment policy template ID
Task type code
Remarks or collection ID reference
Formatted task creation time
Total number of pages available
Pagination links for next and previous pages
URL for the next page of results, or null if on the last page
URL for the previous page of results, or null if on the first page
Operation result: success
Error code: INTERNAL_ERROR for server-side failures
Localized error description: dc.rest.api_internal_error
APD tasks list
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": "2",
"messageResponse": [
{
"task_name": "MyTask3",
"total_target_transform": "2",
"task_id": "310",
"task_name_transform": "MyTask2",
"os_platform_name": "Windows",
"collection_id": "302",
"first_name_transform": "admin",
"task_id_transform": "Not Authorized",
"collection_status": "4",
"task_modified_time": "1778828832922",
"template_id_transform": "--",
"scheduler_class_id": null,
"remarks_transform": "",
"task_creation_time": "1778828832922",
"first_name": "admin",
"os_platform_id": "1",
"os_platform_name_transform": "Windows",
"modifieduser_first_name_transform": "admin",
"total_target": "2",
"modifieduser_first_name": "admin",
"label": "dc.conf.conf_param.Auto_Install_FeaturePack",
"label_transform": "Auto Install Patch",
"user_id": "1",
"task_modified_time_transform": "May 15, 2026 12:36 PM",
"template_id": "2",
"task_type": "18",
"remarks": "302",
"task_creation_time_transform": "May 15, 2026 12:36 PM"
},
{
"task_name": "MyTask2",
"total_target_transform": "2",
"task_id": "309",
"task_name_transform": "MyTask2",
"os_platform_name": "Windows",
"collection_id": "301",
"first_name_transform": "admin",
"task_id_transform": "Not Authorized",
"collection_status": "3",
"task_modified_time": "1778828792217",
"template_id_transform": "--",
"scheduler_class_id": null,
"remarks_transform": "",
"task_creation_time": "1778828792217",
"first_name": "admin",
"os_platform_id": "1",
"os_platform_name_transform": "Windows",
"modifieduser_first_name_transform": "admin",
"total_target": "2",
"modifieduser_first_name": "admin",
"label": "dc.conf.conf_param.Auto_Install_Patch",
"label_transform": "Auto Install Patch",
"user_id": "1",
"task_modified_time_transform": "May 15, 2026 12:36 PM",
"template_id": "2",
"task_type": "18",
"remarks": "301",
"task_creation_time_transform": "May 15, 2026 12:36 PM"
}
],
"totalPages": 1,
"Links": {
"next": null,
"prev": null
},
"status": "success"
}
Server-side error
{
"error_description": "dc.rest.api_internal_error",
"error_code": "INTERNAL_ERROR"
}
![]()
Duration: 1 minute | Threshold: 50 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.