Returns the list of licensed software along with their compliance status details.
get /dcapi/inventory/viewData/licenseSoftware
https://{serverurl}/dcapi/inventory/viewData/licenseSoftware
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Set value as 2171
Compliance status filter. Allowed values: 0 - Under licensed, 1 - Over licensed, 2 - In compliance, 3 - Expired, -1 - Not available
curl --request GET \
--url 'https://appdomains/dcapi/inventory/viewData/licenseSoftware?toolID=2171' \
--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 licensed software objects
Managed installations count display value
Purchase order file name
License file name
Software type display value
Software edition name
License reference number display value
Software category name
Vendor display value
Compliance description i18n key
PO file name display value
Display name display value
Compliance status code
Software name
Software version
Compliance description display value
Total copies display value
Invoice number
License key display value
Manufacturer identifier
Detection time as epoch timestamp
Total license copies
Location display value
Edition name display value
Licensed to
License type display value
Software display name
Whether multiple licenses exist
License key
Manufacturer name display value
Number of installed copies
Remaining license copies
License reference number
Purchase date as epoch timestamp
Expiry date display value
Purchase order canonical file path
Invoice canonical file path
Software version display value
Invoice file name
Network installations display value
License file name display value
Managed installations count
License canonical file path
Software identifier
Purchase date display value
Purchase order number
License edition identifier
Vendor name
License metric display value
License owner
Software type code
Remarks display value
Network installations count
License details identifier
Prohibited status display value
Comments
License cost
License type
Expiry date as epoch timestamp
Manufacturer name
Software category display value
License identifier
Invoice number display value
License subquery license ID
PO number display value
Cost display value
Remaining copies display value
Invoice file name display value
Location
License metric
Prohibited status code
Licensed to display value
Remarks
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
Licensed software view
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": "1",
"messageResponse": [
{
"managed_installations_transform": "1",
"po_file_name": "--",
"license_file_name": "--",
"sw_type_transform": "Commercial",
"edition_name": null,
"license_ref_number_transform": "--",
"sw_category_name": null,
"vendor_transform": "--",
"software_compliance_description": "dc.common.OVER_LICENSED",
"po_file_name_transform": "--",
"display_name_transform": "Sample Software",
"compliant_status": "1",
"software_name": "Sample Software",
"software_version": "24.05",
"software_compliance_description_transform": "Over Licensed",
"total_copies_transform": "5",
"invoice_number": "--",
"license_key_transform": "--",
"manufacturer_id": "57",
"detected_time": "1778767966690",
"total_copies": "5",
"location_transform": "--",
"edition_name_transform": "--",
"licensed_to": "--",
"license_type_transform": "--",
"display_name": "Sample Software",
"is_multiple": "false",
"license_key": "--",
"manufacturer_name_transform": "Sample Manufacturer",
"installed_copies": "1",
"remaining_copies": "4",
"license_ref_number": "--",
"purchase_date": "0",
"expiry_date_transform": "--",
"po_canonical_path": "--",
"invoice_canonical_path": "--",
"software_version_transform": "24.05",
"invoice_file_name": "--",
"network_installations_transform": "1",
"license_file_name_transform": "--",
"managed_installations": "1",
"license_canonical_path": "--",
"software_id": "51",
"purchase_date_transform": "--",
"po_number": "--",
"license_edition_id": null,
"vendor": "--",
"license_metric_transform": "--",
"license_owner": "--",
"sw_type": "1",
"remarks_transform": "--",
"network_installations": "1",
"license_details_id": "1",
"is_usage_prohibited_transform": "Prohibited",
"comments": null,
"cost": null,
"license_type": null,
"expiry_date": "0",
"manufacturer_name": "Sample Manufacturer",
"sw_category_name_transform": "Not Assigned",
"license_id": "1",
"invoice_number_transform": "--",
"licensesubquery_license_id": "1",
"po_number_transform": "--",
"cost_transform": "--",
"remaining_copies_transform": "4",
"invoice_file_name_transform": "--",
"location": "--",
"license_metric": null,
"is_usage_prohibited": "2",
"licensed_to_transform": "--",
"remarks": "--"
}
],
"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.