# Returns a paginated list of custom groups available for deployment Used to get the custom group for deployment ## Endpoint `GET /intelligence/api/targets/deploymentTargets` ## Request URL `https://[{serverurl}](https://www.manageengine.com/products/desktop-central/help/api/cloud/oauth-authentication-endpoint-domain.html)/intelligence/api/targets/deploymentTargets` ## Scope `DesktopCentralCloud.DEX.READ` ## Header `Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52` ## Request Parameters ### Request Headers - **Accept** `string` — **Mandatory** - `application/deploymentTargets.v1+json` ### Query Parameters - **offset** `long` — Optional - Page offset for pagination (0-based, default: 0) - **limit** `long` — Optional - Maximum number of results per page (default: 50) - **search** `string` — Optional - Optional search filter applied to custom group names ## Sample Request ```curl curl --request GET \ --url https://appdomains/intelligence/api/targets/deploymentTargets \ --header 'Accept: application/deploymentTargets.v1+json' \ --header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' ``` ## Response Parameters ### HTTP Code 200 #### Response Body — `application/json` - `JSON Object` - **targetValues** `JSON Object` - Available deployment target groups ### Possible Response Codes - **200** — HTTP code ## Sample Response: HTTP 200 ```json { "targetValues": { "customGroupList": [ { "groupCategory": 2, "label": "All Windows Devices", "value": 10 }, { "groupCategory": 2, "label": "Production Servers", "value": 15 }, { "groupCategory": 1, "label": "Remote Office - US East", "value": 20 } ] } } ``` ![ ](https://www.zohowebstatic.com/sites/zweb/images/people/ico-help.png) **Duration:** 1 minute | **Threshold:** 120 | **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.