# Retrieve installed software across managed computers Returns the complete list of software installed across all managed computers. ## Endpoints `GET /dcapi/inventory/viewData/software` ## Request ### Request URL `https://{server-hostname}:8383/dcapi/inventory/viewData/software` ### Scope `Inventory.READ` ### Header `Authorization: d92d4xxxxxxxxxxxxx15f52` ### Request Parameters #### Request Headers - **Accept** (`string`, mandatory): `application/InventoryMobileAPI.v1+json` ### Sample Request ```curl curl --request GET \ --url https://appdomain/dcapi/inventory/viewData/software \ --header 'Accept: application/InventoryMobileAPI.v1+json' \ --header 'Authorization: d92d4xxxxxxxxxxxxx15f52' ``` ## Response ### HTTP 200 Response Body: `application/json` - JSON Object - **metadata** (`JSON Object`): Pagination metadata - **totalRecords** (`string`): Total number of records matching the query - **messageResponse** (`JSON Array`): Array of software detail objects - **totalPages** (`string`): Total number of pages - **Links** (`JSON Object`): Pagination links - **status** (`string`): Response status - success ### HTTP 500 Response Body: `application/json` - JSON Object - **error_code** (`string`): INTERNAL_ERROR - unexpected exception in the service layer - **error_description** (`string`): Internal server error message ### Possible Response Codes - **200**: HTTP code - **500**: HTTP code ## Rate Limit ![](https://www.zohowebstatic.com/sites/zweb/images/people/ico-help.png) **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.