Gets the software listing of the device
Verb:POST
URL: {url}/device/{id}/software/list
Parameters
Parameters for this request that must be sent in the body of the request:
Field | Description | Guy | Obligatory | Possible values |
---|---|---|---|---|
updateDate | Date value that the modification is filtered | no | - | |
Search | Value by which it will be filtered in the search | Text | no | - |
orderField | Field by which the list will be sorted | Text | yes | Id manufacturer, name, 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 | - |
pageIndex | 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 |
---|---|---|
Date | Software Date | Date |
manufacturer | Software Manufacturer Name | Text |
Name | Product Name | Text |
type | Software Type | Text |
uninstallString | Software Uninstall Command | Text |
Version | Software version | Text |
- Code: 400 - Bad request Answer: Error Description Message
- Code: 401- Error: Unauthorized Answer: Authorization has been refused
-
Code: 500 - Internal Error Server Answer: Error Description Message
- BadRequest Search parameters not sent
- ValidationError If one of the required values is not sent