Returns the complete list of software installed across all managed computers.
get /dcapi/inventory/viewData/software
https://{server-hostname}:8383/dcapi/inventory/viewData/software
Inventory.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/inventory/viewData/software \
--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 software detail objects
Comments display value
Managed installations count display value
Software version display value
Network installations count display value
Software type display value
Managed installations count
Software identifier
Software category name
Compliance description i18n key
Software family display value
Display name display value
Detection time display value
Compliance status code
Software name
Software version
Software type code
Compliance description display value
Total license copies display value
Network installations count
Managed software identifier
Manufacturer identifier
Prohibited status display value
Detection time as epoch timestamp
Comments
Total license copies
Manufacturer name
Software display name
Software family code
Manufacturer name display value
Remaining license copies
Installed format - EXE or MSI
Software category display value
Remaining copies display value
Prohibited status code
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
Software view data
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": "2",
"messageResponse": [
{
"comments_transform": "--",
"managed_installations_transform": "1",
"software_version_transform": "24.05",
"network_installations_transform": "1",
"sw_type_transform": "Commercial",
"managed_installations": "1",
"software_id": "4",
"sw_category_name": null,
"software_compliance_description": null,
"sw_family_transform": "Desktop Apps",
"display_name_transform": "Sample Software",
"detected_time_transform": "May 14, 2026 07:42 PM",
"compliant_status": null,
"software_name": "Sample Software",
"software_version": "1.0.0",
"sw_type": "0",
"software_compliance_description_transform": null,
"total_copies_transform": "--",
"network_installations": "1",
"managed_sw_id": "4",
"manufacturer_id": "17",
"is_usage_prohibited_transform": "Prohibited",
"detected_time": "1778751155595",
"comments": null,
"total_copies": null,
"manufacturer_name": "Sample Manufacturer",
"display_name": "Sample Software",
"sw_family": "1",
"manufacturer_name_transform": "Sample Manufacturer",
"remaining_copies": null,
"installed_format": "EXE",
"sw_category_name_transform": "Not Assigned",
"remaining_copies_transform": "--",
"is_usage_prohibited": "2"
}
],
"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.