- Introduction
- Computers
- Software
- Printers
- Other Assets
- Audit
- Contracts
- Vendors
- Risks
- Incidents
- Solutions
- Users
API - Audit
Audit Summary
This request returns a summary of all audit events in the account.
Request
GET "https://app.samanage.com/audits.xml"
curl --digest -u "username:password" -H "Accept: application/vnd.samanage.v1+xml" -X GET "https://app.samanage.com/audits.xml"
Response
<audit>
<hardware-href>https://app.samanage.com/hardwares/299.xml</hardware-href>
<source-id>433188</source-id>
<note nil="true"></note>
<created-at>2009-12-12T17:18:02Z</created-at>
<message>Security Update for Windows XP (KB974392) is created. Name is Security Update for Windows XP (KB974392). Version is 1.</message>
<action>add</action>
<source-type>Software</source-type>
</audit>



