# Fetch resource misconfiguration details Fetches a detailed list of system misconfigurations detected across all managed endpoints. Provides comprehensive filtering options to refine results based on various criteria. ## Endpoints `GET /dcapi/threats/systemreport/systemmisconfigurations` ## Request URL `https://[{serverurl}](https://www.manageengine.com/products/desktop-central/help/api/cloud/oauth-authentication-endpoint-domain.html)/dcapi/threats/systemreport/systemmisconfigurations` ## Scope `DesktopCentralCloud.VulnerabilityMgmt.READ` ## Header `Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52` ## Request Parameters ### Query Parameters - **page** `string` *(Optional)*: Displays the content of the provided page number. - **customername** `string` *(Optional)* - **customerid** `long` *(Optional)* - **pageLimit** `string` *(Optional)*: Displays the provided number of computers per page. - **resource_id** `string` *(Optional)*: Filters systems based on the resource ID provided. - **updated_time** `string` *(Optional)*: Filters systems based on the updated time provided. - **misconfig_status** `string` *(Optional)*: Filters systems based on the provided misconfiguration status. - **misconfigid** `string` *(Optional)*: Filters systems based on the misconfiguration ID provided. - **global_gpo** `string` *(Optional)*: Filters systems based on the misconfiguration global gpo provided. ## Sample Request ```curl curl --request GET \ --url https://appdomains/dcapi/threats/systemreport/systemmisconfigurations \ --header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' ``` ## Response Parameters ### HTTP Code 200 Response Body: `application/json` `JSON Object` ## Possible Response Codes - **200** `HTTP code` ## Sample Response: HTTP 200 ```json { "metadata": { "pageLimit": 30, "totalRecords": "1", "totalPages": 1, "links": { "next": null, "prev": null }, "page": 1 }, "response_code": 200, "message_type": "systemreport", "message_response": { "systemreport": [ { "systemmisconfigurations": [ { "updated_time": "1704451505976", "misconfig_status": "open", "misconfigid": "6", "global_gpo": "not applied" }, { "updated_time": "1704451505976", "misconfig_status": "open", "misconfigid": "7", "global_gpo": "not applied" } ], "resource_id": "304" } ] }, "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.