{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Admin Audit Events API", "version": "1.0.0" }, "items": [ { "info": { "name": "Admin Audit Events", "type": "folder" }, "items": [ { "info": { "name": "List Admin Audit Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/adminAudit/events", "params": [ { "name": "orgId", "value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE", "type": "query", "description": "List events in this organization, by ID." }, { "name": "from", "value": "2018-01-01T13:12:11.789Z", "type": "query", "description": "List events which occurred after a specific date and time." }, { "name": "to", "value": "2018-01-01T14:12:11.789Z", "type": "query", "description": "List events which occurred before a specific date and time." }, { "name": "actorId", "value": "ZWUzNDNmYjEtNGQzNS00ZjNmLWE2ZDctMzZkNzVlYjk0ZWVm", "type": "query", "description": "List events performed by this person, by ID." }, { "name": "max", "value": "100", "type": "query", "description": "Limit the maximum number of events in the response. The maximum value is `200`." }, { "name": "offset", "value": "0", "type": "query", "description": "Offset from the first result that you want to fetch." }, { "name": "eventCategories", "value": "LOGINS,LOGOUT", "type": "query", "description": "List events, by event categories." } ] }, "docs": "List admin audit events in your organization. Several query parameters are available to filter the response.\n\nLong result sets will be split into [pages](/docs/basics#pagination).\n\n**NOTE**: A maximum of one year of audit events can be returned per request." }, { "info": { "name": "List Admin Audit Event Categories", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/adminAudit/eventCategories" }, "docs": "Get the list of all admin event categories." } ] } ], "bundled": true }