- Introduction
- Computers
- Software
- Printers
- Other Assets
- Audit
- Contracts
- Vendors
- Risks
- Incidents
- Solutions
- Users
API - Printers
Printers Summary
This request returns a summary of all Printers in the account.
Request
GET "https://app.samanage.com/printers.xml"
curl --digest -u "username:password" -H "Accept: application/vnd.samanage.v1+xml" -X GET "https://app.samanage.com/printers.xml"
Response
<printer>
<site nil="true"></site>
<department nil="true"></department>
<created-at>2009-12-05T23:40:50Z</created-at>
<name>//NDAINFAPRT01/NDA1-1-BW02</name>
<updated-at>2009-12-05T23:40:50Z</updated-at>
<driver>HP LaserJet 4200 PCL 6</driver>
<address nil="true"></address>
<technical-contact nil="true"></technical-contact>
<port>IP_10.135.5.103</port>
<id>194820</id>
</printer>



