This API retrieves the complete software information of a specific computer. It provides details such as software name, version, manufacturer, installation details, license usage, compliance status, architecture
get /dcapi/inventory/computers/{resourceID}/software
https://{serverurl}/dcapi/inventory/computers/{resourceID}/software
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Resource identifier of the computer. Obtain from the response of the Get Computers List API.
1 - Commercial, 2 - Non-commercial, 0 - Unidentified
1 - Allowed, 2 - Prohibited, 0 - Not assigned
0 - Under licensed, 1 - Over licensed, 2 - In compliance, 3 - Expired, -1 - Not available
32-bit, 64-bit, or Neutral
curl --request GET \
--url https://appdomains/dcapi/inventory/computers/{resourceID}/software \
--header 'Accept: application/softwareInfo.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Application installed by identifier
Uninstall remarks
Application identifier name
Software architecture - 32-bit or 64-bit
Comments about the software
Managed software ID
Installation date as epoch timestamp in milliseconds
Unique software identifier
Managed software reference ID
Software category name
User login under which software was installed
User component ID relation
Uninstall status
Detection time as epoch timestamp in milliseconds
Remaining license copies
Software installed ID relation
Software version
Manufacturer identifier
Installed format - EXE or MSI
Total license copies
System user name
License owner
Manufacturer name
Software type identifier
System user domain
Software family identifier
Installation location path
Binaries count
Whether usage is prohibited - 0 or 1
Compliance status
Software display name
Component identifier
UAC_UNAUTHORIZED - user lacks the required uem-roles or credentials are missing
Authentication or authorization failure reason
RESOURCE_NOT_AVAILABLE - the specified resourceID does not exist or is not accessible
Resource not found message
INTERNAL_ERROR - unexpected exception in the service layer
Internal server error message
Installed software list
[
{
"invswinstalled.app_installed_by": 0,
"invswinstalled.uninstall_remarks": "--",
"invswtoosrel.app_identifier": "Sample Software",
"invswextn.architecture": "64-bit",
"invsw.comments": "--",
"invmanagedsw.managed_sw_id": 6,
"invswinstalled.installed_date": "1778295232000",
"invsw.software_id": 6,
"invmanagedsw.software_id": 6,
"invswcategory.sw_category_name": "--",
"invswinstalled.installed_users_login": "-",
"invswinstalledtouserrel.user_component_id": "--",
"invswinstalled.uninstall_status": "--",
"invsw.detected_time": "1778751155614",
"invswlicenseusage.remaining_copies": "--",
"invswinstalledtouserrel.sw_installed_id": "--",
"invsw.software_version": "148.0.3967.54",
"invsw.manufacturer_id": 14,
"invsw.installed_format": "EXE",
"invswlicense.total_copies": "--",
"invsystemusers.name": "--",
"invswlicense.license_owner": "--",
"invmanufacturer.manufacturer_name": "Sample Manufacturer",
"invsw.sw_type": 1,
"invsystemusers.domain": "--",
"invsw.sw_family": 1,
"invswinstalled.location": "C:\\\\Program Files (x86)\\\\SampleApp\\\\Application",
"invswbinarysummary.binaries_count": "--",
"invsw.is_usage_prohibited": 0,
"invswlicenseusage.compliant_status": "--",
"invsw.software_name": "Sample Software",
"invswinstalled.component_id": 39
}
]
Missing credentials
{
"error_description": "Unauthorized access",
"error_code": "UAC_UNAUTHORIZED"
}
Resource not found
{
"error_description": "The specified resource was not found",
"error_code": "RESOURCE_NOT_AVAILABLE"
}
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.