Returns the complete list of hardware detected across all managed computers.
get /dcapi/inventory/viewData/hardware
https://{server-hostname}:8383/dcapi/inventory/viewData/hardware
Inventory.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/inventory/viewData/hardware \
--header 'Accept: application/InventoryMobileAPI.v1+json' \
--header 'Authorization: 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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.