Get Printers
Returns an array of printers and ports configured on an agent machine.
GET /assetmgmt/audit/{agentId}/hardware/printers
- Accepts filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Authentication}
Model Schema
|
Field |
Datatype |
Filterable |
Sortable |
|
|
|
||
|
|
|
||
|
|
|
Sample Response Model
{"TotalRecords": 0,
"Result": [
{"PrinterName": "string",
"Port": "string",
"Model": "string"
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}
