Returns the list of prohibited software detected across the network, including details such as uninstallability and installer format.
get /dcapi/inventory/viewData/prohibitedSW
https://{server-hostname}:8383/dcapi/inventory/viewData/prohibitedSW
Inventory.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/inventory/viewData/prohibitedSW \
--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 prohibited software objects
Managed installations count display value
Manufacturer identifier
Software version display value
Network installations count display value
Exclusion configuration
Software display name
Exclusions display value
Installed format display value
Software to OS relation ID
Managed installations count
Software identifier
Whether software supports uninstall - Yes or No
Installed format - EXE or MSI
Silent uninstall switch
Display name display value
Silent switch display value
Software name
Software version
Software type code
Prohibited status code
Network installations count
Managed software identifier
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
Prohibited software view
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": "2",
"messageResponse": [
{
"managed_installations_transform": "1",
"manufacturer_id": "57",
"software_version_transform": "1.0.0",
"network_installations_transform": "1",
"exclusions": null,
"display_name": "Sample Software A",
"exclusions_transform": "Not Configured",
"installed_format_transform": "EXE",
"invswtoosrel_software_id": "51",
"managed_installations": "1",
"software_id": "51",
"is_uninstallable": "No",
"installed_format": "EXE",
"silent_switch": null,
"display_name_transform": "Sample Software A",
"silent_switch_transform": "Not Configured",
"software_name": "Sample Software A",
"software_version": "1.0.0",
"sw_type": "1",
"is_usage_prohibited": "2",
"network_installations": "1",
"managed_sw_id": "51"
},
{
"managed_installations_transform": "1",
"manufacturer_id": "17",
"software_version_transform": "2.0.0",
"network_installations_transform": "1",
"exclusions": null,
"display_name": "Sample Software B",
"exclusions_transform": "Not Configured",
"installed_format_transform": "EXE",
"invswtoosrel_software_id": "4",
"managed_installations": "1",
"software_id": "4",
"is_uninstallable": "No",
"installed_format": "EXE",
"silent_switch": null,
"display_name_transform": "Sample Software B",
"silent_switch_transform": "Not Configured",
"software_name": "Sample Software B",
"software_version": "2.0.0",
"sw_type": "0",
"is_usage_prohibited": "2",
"network_installations": "1",
"managed_sw_id": "4"
}
],
"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.