Retrieves all patch deployment configurations along with their execution status.
This API endpoint is deprecating soon
https://{serverurl}/api/1.4/patch/viewconfig
DesktopCentralCloud.PatchMgmt.READCopied!
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Number of records per page.
Current page number for pagination.
InProgress Draft,Executed,Suspended,Deployed,RetryInProgress,Expired
Windows/Mac/Linux
curl --request GET \
--url https://appdomain/api/1.4/patch/viewconfig \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Value: viewconfig
Paginated deployment configurations data
Array of deployment configuration objects
Unique collection identifier
Configuration/collection name
Platform ID: 1=Windows, 2=Mac, 3=Linux
Platform name
Configuration status code
Human-readable status label
Status icon image path
Total target systems
Systems where deployment succeeded
Systems where deployment failed
Systems pending deployment
Systems where patch is not applicable
Systems where retry is in progress
Last modified timestamp
Whether the configuration is deleted
Whether it is a single configuration
Username of the configuration creator
Configuration type label
Total number of configurations
Records per page
Current page number
API version: 1.0
Operation status: success
Response code: 200
Paginated list of deployment configurations with status
{
"response_code": 200,
"message_type": "viewconfig",
"message_response": {
"viewconfig": [
{
"statusimage": "images/status_executedfailed.gif",
"collection.collection_name": "Peazip x64 - narun-win10",
"collectionstatussummary.retry_inprogress_count": 0,
"collectionstatussummary.total_target_count": 1,
"collectionstatus.status": 15,
"collectionstatussummary.not_applicable_count": 0,
"statuslabel": "dc.db.config.status.draft_download_failed",
"collectionstatussummary.yet_to_apply_count": 1,
"os_platform_name": "Windows",
"collection.modified_time": 1552902864870,
"collection.is_deleted": false,
"collection.collection_id": 23708,
"collectionstatussummary.failed_count": 0,
"collection.is_single_config": true,
"configurationparams.label": "dc.conf.conf_param.Install_Patches",
"collectionstatussummary.success_count": 0,
"first_name": "admin",
"collection.platform_id": 1
}
],
"total": 284,
"limit": 25,
"page": 1
},
"message_version": "1.0",
"status": "success"
}
![]()
Duration: 1 minute | Threshold: 30 | 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.