Returns a paginated list of managed computers with their computerID, platformID, computerName, and friendlyComputerName.
get /dcapi/appctrl/computerresources
https://{serverurl}/dcapi/appctrl/computerresources
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Platform ID (1=Windows, 2=Mac)
Search string to filter computers
Pagination start index
Maximum number of results to return
curl --request GET \
--url https://appdomains/dcapi/appctrl/computerresources \
--header 'Accepts: application/json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Array of computer resources available for policy deployment
Resource ID of the computer
Platform ID (1=Windows, 2=Mac)
System name of the computer
User-friendly display name of the computer
Total number of computer resources matching the filter
List of computer resources with IDs and names
{
"totalCount": 1,
"computers": [
{
"computerID": 605,
"friendlyComputerName": "AndrewLasch",
"computerName": "AndrewLasch",
"platformID": 1
}
]
}
![]()
Duration: 1 minute | Threshold: 200 | 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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.