Returns all license details associated with a specified software ID
get /dcapi/inventory/viewData/licenseBySW
https://{server-hostname}:8383/dcapi/inventory/viewData/licenseBySW
Inventory.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/inventory/viewData/licenseBySW \
--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 license detail objects
Purchase order file name
License file name
Software edition name
License reference number display value
Vendor display value
PO file name display value
Software name
Software version
Invoice number
Managed software identifier
License key display value
Manufacturer identifier
Location display value
Edition name display value
Licensed to
License type display value
Software display name
License key
License reference number
Purchase date as epoch timestamp
Expiry date display value
Mapped resource count display value
Purchase order canonical file path
Invoice canonical file path
Invoice file name
License name display value
License file name display value
License canonical file path
Software identifier
License name
Purchase date display value
Purchase order number
License edition identifier
Vendor name
License metric display value
Remarks display value
Software type code
License details identifier
License cost
License type
Expiry date as epoch timestamp
Number of license copies
Manufacturer name
Number of copies display value
Number of mapped resources
License identifier
Invoice number display value
PO number display value
Cost display value
Invoice file name display value
Location
License metric
Customer name
Customer identifier
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
Licenses for a software
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": "1",
"messageResponse": [
{
"po_file_name": "--",
"license_file_name": "--",
"edition_name": null,
"license_ref_number_transform": "--",
"vendor_transform": "--",
"po_file_name_transform": "--",
"software_name": "Sample Software",
"software_version": "24.05",
"invoice_number": "--",
"managed_sw_id": "51",
"license_key_transform": "--",
"manufacturer_id": "57",
"location_transform": "--",
"edition_name_transform": "--",
"licensed_to": "--",
"license_type_transform": "--",
"display_name": "Sample Software",
"license_key": "--",
"license_ref_number": "--",
"purchase_date": "0",
"expiry_date_transform": "--",
"mapped_resource_count_transform": "1",
"po_canonical_path": "--",
"invoice_canonical_path": "--",
"invoice_file_name": "--",
"license_name_transform": "SampleLicense_001",
"license_file_name_transform": "--",
"license_canonical_path": "--",
"software_id": "51",
"license_name": "SampleLicense_001",
"purchase_date_transform": "--",
"po_number": "--",
"license_edition_id": null,
"vendor": "--",
"license_metric_transform": "--",
"remarks_transform": "--",
"sw_type": "1",
"license_details_id": "1",
"cost": null,
"license_type": null,
"expiry_date": "0",
"no_of_copies": "5",
"manufacturer_name": "Sample Manufacturer",
"no_of_copies_transform": "5",
"mapped_resource_count": "1",
"license_id": "1",
"invoice_number_transform": "--",
"po_number_transform": "--",
"cost_transform": "--",
"invoice_file_name_transform": "--",
"location": "--",
"license_metric": null,
"customer_name": "SampleCustomer",
"customer_id": "1",
"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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.