Returns the list of available filter parameters including hardware types, hardware manufacturers, software manufacturers, software categories, and OS types that can be used to filter inventory data in various views.
get /dcapi/inventory/filterparams
https://{serverurl}/dcapi/inventory/filterparams
DesktopCentralCloud.Inventory.READCopied!
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/inventory/filterparams \
--header 'Accept: application/filterParams.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Object containing a params array of hardware manufacturer names
Object containing a params array of software manufacturer names
Object containing a params array of operating system names
Object containing a params array of computer manufacturer names
Object containing a params array of hardware type names
Object containing a params array of software category names
CUSTOMER_HEADER_MISSING - MSP environment requires X-Customer header
Missing customer header error message
UAC_UNAUTHORIZED - user lacks the required uem-roles or credentials are missing
Authentication or authorization failure reason
INTERNAL_ERROR - unexpected exception in the service layer
Internal server error message
Available filters
{
"os_filter_params": {
"params": [
"Windows 11",
"Windows 10"
]
},
"category_filter_params": {
"params": [
"Sample Category A",
"Sample Category B"
]
},
"software_manufacturer_filter_params": {
"params": [
"Sample SW Manufacturer A",
"Sample SW Manufacturer B"
]
},
"hardware_type_filter_params": {
"params": [
"Processor",
"Disk Drive",
"Network Adapter",
"Keyboard",
"Video Controller"
]
},
"hardware_manufacturer_filter_params": {
"params": [
"Sample HW Manufacturer A",
"Sample HW Manufacturer B",
"Unknown"
]
},
"computer_manufacturer_filter_params": {
"params": [
"Sample Manufacturer A",
"Sample Manufacturer B"
]
}
}
MSP header missing
{
"error_description": "dc.rest.customer_header.missing",
"error_code": "CUSTOMER_HEADER_MISSING"
}
Missing credentials
{
"error_description": "Unauthorized access",
"error_code": "UAC_UNAUTHORIZED"
}
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.