# Returns the list of resource module types eligible for deployment Used to get deployment applicable resources list ## Endpoints GET `/intelligence/api/deployments/deploymentResources` ## Request ### Request URL https://[*{serverurl}*](https://www.manageengine.com/products/desktop-central/help/api/cloud/oauth-authentication-endpoint-domain.html)/intelligence/api/deployments/deploymentResources ### Scope `DesktopCentralCloud.DEX.READ` ### Header `Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52` ### Request Parameters #### Request Headers - **Accept** `string` **Mandatory**: `application/deploymentResources.v1+json` ### Sample Request ```curl curl --request GET \ --url https://appdomains/intelligence/api/deployments/deploymentResources \ --header 'Accept: application/deploymentResources.v1+json' \ --header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' ``` ## Response ### Response Parameters #### HTTP Code 202 Response Body: `application/json` - `JSON Object` - **resourceTypeId** `JSON Object`: Resource module entry keyed by resource type id ### Possible Response Codes - **202** `HTTP code` ### Sample Response: HTTP 202 ```json { "1": { "displayName": "Workflows", "resourceTypeID": 1, "icon": "workflow-icon" } } ``` ## Rate Limits **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.