Returns all computers that have the specified hardware component.
get /dcapi/inventory/viewData/computersByHW
https://{serverurl}/dcapi/inventory/viewData/computersByHW
DesktopCentralCloud.Inventory.READCopied!
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Set value as 7773
Hardware ID. Obtain from the response of the Get Installed Hardware List API.
Domain name to filter computers. Obtain from the response of the Get Computers List API.
Branch office ID to filter computers. Obtain it from the response of the Get Remote Office List API.
Custom group ID to filter computers. Obtain it from the response of the Get Custom Group List API.
curl --request GET \
--url 'https://appdomain/dcapi/inventory/viewData/computersByHW?toolID=7773&hwID=SOME_STRING_VALUE' \
--header 'Accept: application/InventoryMobileAPI.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Pagination metadata
Number of items returned per page
Current page number in paginated response
Total number of records matching the query
Array of computer detail objects
Computer name display value
Computer model display value
Branch office identifier
Product number
Number of hardware copies
Warranty expiry date display value
Computer model
Resource ID for live status lookup
Domain NetBIOS name display value
License status display value
Asset tag
Copies count display value
Branch office name display value
Asset tag display value
Agent last contact time display value
Currently logged-on user
FQDN display value
License status
Computer description
Number of processors
System architecture type
Computer status display value
Friendly name display value
Computer description display value
Product number display value
Computer status update time as epoch timestamp
Processors count display value
Computer status
Branch office name
Shipping date as epoch timestamp
Agent last contact time as epoch timestamp
Domain NetBIOS name
Fully qualified domain name
Primary owner name
IP address display value
Last boot time display value
Boot up state
MAC address
Warranty expiry date as epoch timestamp
Boot up state display value
Computer friendly name
Logged-on users display value
IP address
Shipping date display value
System type display value
MAC address display value
Last boot time as epoch timestamp
Service tag
Total RAM memory in bytes
Resource identifier
Computer live status code
Computer resource name
Service tag display value
Total number of pages
Pagination links
URL to the next page of results, null if last page
URL to the previous page of results, null if first page
Response status - success
INTERNAL_ERROR - unexpected exception in the service layer
Internal server error message
Computers by hardware
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": "1",
"messageResponse": [
{
"resource_name_transform": "sample-computer",
"model_transform": "Sample Model",
"branch_office_id": "1",
"product_number": "--",
"copies": "1",
"warranty_expiry_date_transform": "Oct 11, 2024",
"model": "Sample Model",
"live_status_resource_id": "301",
"domain_netbios_name_transform": "WORKGROUP",
"license_status_transform": "Licensed",
"asset_tag": "-",
"copies_transform": "1",
"branch_office_name_transform": "Local Office",
"asset_tag_transform": "-",
"agent_last_contact_time_transform": "May 14, 2026 04:31 PM",
"agent_logged_on_users": "Administrator",
"fqdn_name_transform": "SAMPLE-COMPUTER.DOMAIN.COM",
"license_status": "Licensed",
"computer_description": "-",
"no_of_processors": "1",
"system_type": "x64-based PC",
"computer_status_transform": "Unknown",
"friendly_name_transform": "sample-computer",
"computer_description_transform": "-",
"product_number_transform": "--",
"computer_status_update_time": "1778756474127",
"no_of_processors_transform": "1",
"computer_status": "Unknown",
"branch_office_name": "Local Office",
"shipping_date": "1570714200000",
"agent_last_contact_time": "1778756473455",
"domain_netbios_name": "WORKGROUP",
"fqdn_name": "SAMPLE-COMPUTER.DOMAIN.COM",
"primary_owner_name": "--",
"ip_address_transform": "10.0.0.1",
"agent_last_bootup_time_transform": "Apr 30, 2026 01:20 PM",
"boot_up_state": "Normal boot",
"mac_address": "00:00:00:00:00:00",
"warranty_expiry_date": "1728653399000",
"boot_up_state_transform": "Normal boot",
"friendly_name": "sample-computer",
"agent_logged_on_users_transform": "Administrator",
"ip_address": "10.0.0.1",
"shipping_date_transform": "Oct 10, 2019",
"system_type_transform": "x64-based PC",
"mac_address_transform": "00:00:00:00:00:00",
"agent_last_bootup_time": "1777535435000",
"servicetag": "SAMPLE01",
"total_ram_memory": "17179869184",
"resource_id": "301",
"computer_live_status": "1",
"resource_name": "sample-computer",
"servicetag_transform": "SAMPLE01"
}
],
"totalPages": 1,
"Links": {
"next": null,
"prev": null
},
"status": "success"
}
Server error
{
"error_description": "Internal server error",
"error_code": "INTERNAL_ERROR"
}
![]()
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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.