# Retrieve All Managed Systems with Patch Information Retrieves all managed systems with their patch information. **This API endpoint is deprecating soon** ## Endpoints `GET /dcapi/patch/reports/allSystems` ## Request URL https://[*{serverurl}*](https://www.manageengine.com/products/desktop-central/help/api/cloud/oauth-authentication-endpoint-domain.html)/dcapi/patch/reports/allSystems ## Scope `DesktopCentralCloud.PatchMgmt.READ` ## Header `Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52` ## Request Parameters ### Query Parameters | Parameter | Type | Required | Description | |---|---|---|---| | **pageLimit** | integer | Optional | Number of records per page (default 25) | | **page** | integer | Optional | Page number to retrieve (1-based) | | **searchColumn** | string | Optional | Column name to search within | | **searchValue** | string | Optional | Value to search for in the specified column | | **branchOffice** | string | Optional | Branch office name filter | | **platform** | long | Optional | 1: Windows, 2: Mac, 3: Linux | | **resourceLiveStatus** | long | Optional | 1: Agent Live, 2: Agent Down | | **healthStatus** | long | Optional | 0: Unknown, 1: Healthy, 2: Vulnerable, 3: Highly Vulnerable | | **resourceId** | long | Optional | Specific resource ID filter | | **domain** | string | Optional | Domain name filter | | **customGroupFilter** | string | Optional | Get Custom Group list from api/1.4/desktop/serverproperties | | **isWebView** | string | Optional | Whether request is from web view | | **skipColumns** | string | Optional | Comma-separated column names to exclude from response | ## Sample Request ```curl curl --request GET \ --url https://appdomains/dcapi/patch/reports/allSystems \ --header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' ``` ## Response Parameters ### HTTP Code 200 Response Body: `application/json` | Parameter | Type | Description | |---|---|---| | Links | JSON Object | Pagination links for next and previous pages | | messageResponse | JSON Array | Array of system entries | | metadata | JSON Object | Pagination metadata | | status | string | Operation result: success | | totalPages | string | Total number of pages available | | totalRecords | string | Total number of records matching the query | ### HTTP Code 500 Response Body: `application/json` | Parameter | Type | Description | |---|---|---| | error_code | string | Error code: INTERNAL_ERROR for server-side failures | | error_description | string | Localized error description: dc.rest.api_internal_error | ## Possible Response Codes | Code | Type | |---|---| | 200 | HTTP code | | 500 | HTTP code | ## Rate Limit ![](https://www.zohowebstatic.com/sites/zweb/images/people/ico-help.png) **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.