Request Details/Get Software Listing
Verb: GET
URL: {url}/software
Parameters
| Field | Description | Guy | Obligatory | Possible values |
|---|---|---|---|---|
| search | Value by which it will be filtered in the search | Text | no | Values that can be used for search: - name - Manufacturer |
| orderField | Field by which the list will be sorted | Text | yes | Id installations, IsInventory, manufacturer, manufacturerId, Name , platform , version |
| orderType | Field indicating sort type, ascending or descending | Text | yes | ASC,DESC |
| pageSize | Field indicating the number of results expected in the response | Whole | yes | - |
| Pages | Field that indicates the number of results that we have obtained in previous queries. This field is used in conjunction with pageSize for pagination | Whole | yes | - |
Answer
- Code: 200 – Successful Answer:True
| Field | Description | Guy |
|---|---|---|
| Id | Distribution Identifier | Whole |
| installations | Gets the number of devices where it is installed | Whole |
| IsInventory | Indicates if it is from the inventory (True = yes, False = no) | Boolean |
| manufacturer | Software Manufacturer Name | Text |
| manufacturerId | Software Manufacturer Identifier within ADM | Whole |
| Name | Software Name | Text |
| Platform | Platform for which the software was created | Text |
| type | Software Type | Text |
| Version | Software version | Text |
- Code: 400 - Bad request Answer: Error Description Message
-
Code: 500 - Internal Error Server Answer: Error Description Message
- BadRequest Search parameters are not being sent
- ValidationError If one of the required values is not sent