Returns computer resources for temporary access targeting. Supports pagination and search.
get /dcapi/device/computerresources
https://{serverurl}/dcapi/device/computerresources
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Resource identifier filter
Search text for filtering resources
Pagination start index
Maximum number of records to return per page
Smart search flag
View type or filter mode
curl --request GET \
--url https://appdomains/dcapi/device/computerresources \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json'List of computer resource records
Unique resource identifier
Computer resource name
OS platform
1=Windows,
2=Mac
Friendly name of the computer
Domain or workgroup name
Error code identifying the type of error
Human-readable error message
Computer resources response
{
"computerresource": [
{
"resourceID": "111301",
"domainName": "ZOHOCORP",
"resourceName": "User-PC",
"platformID": 1,
"friendlyName": "User-PC"
}
]
}
Internal server error
{
"errorCode": "INTERNAL_ERROR",
"errorMsg": "Internal Server Error!"
}
![]()
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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.