Returns the complete list of hardware detected across all managed computers.
get /dcapi/inventory/viewData/hardware
https://{serverurl}/dcapi/inventory/viewData/hardware
DesktopCentralCloud.Inventory.READCopied!
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Set value as 2111
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.
Hardware type to filter by. Obtain the list of hardware types from the response of the Get Filter Parameters API.
Manufacturer name to filter by. Obtain the list of manufacturers from the response of the Get Filter Parameters API.
curl --request GET \
--url 'https://appdomain/dcapi/inventory/viewData/hardware?toolID=2111' \
--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 hardware detail objects
Managed installations count display value
Hardware name display value
Installations count display value
Hardware component name
Total installations count
Hardware type description display value
Manufacturer name
Hardware type description
Hardware component identifier
Manufacturer name display value
Managed installations count
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
Hardware view data
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": "23",
"messageResponse": [
{
"managed_installations_transform": "1",
"hardware_name_transform": "Sample Hardware Name",
"installations_transform": "1",
"hardware_name": "Sample Hardware",
"installations": "1",
"hw_type_description_transform": "Sample Type",
"manufacturer_name": "Sample Manufacturer",
"hw_type_description": "Sample Hardware Type",
"hardware_id": "1",
"manufacturer_name_transform": "Sample Manufacturer",
"managed_installations": "1"
}
],
"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.