# Retrieve Patch Deployment Retrieves all patch deployment configurations along with their execution status. **This API endpoint is deprecating soon** ## Endpoints `GET /api/1.4/patch/viewconfig` ## Request ### Request URL `https://{server-hostname}:8383/api/1.4/patch/viewconfig` ### Scope `PatchMgmt.READ` ### Header `Authorization: d92d4xxxxxxxxxxxxx15f52` ### Sample Request ```curl curl --request GET \ --url https://appdomain/api/1.4/patch/viewconfig \ --header 'Authorization: d92d4xxxxxxxxxxxxx15f52' ``` ## Response Parameters ### HTTP Code 200 #### Response Body: application/json - JSON object - **message_type** (`string`): Value: viewconfig - **message_response** (`JSON object`): Paginated deployment configurations data - **message_version** (`string`): API version: 1.0 - **status** (`string`): Operation status: success - **response_code** (`string`): Response code: 200 ## Possible Response Codes - **200** (`HTTP code`) ### Sample Response: HTTP 200 Paginated list of deployment configurations with status ```json { "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" } ``` ![](https://www.zohowebstatic.com/sites/zweb/images/people/ico-help.png) **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.