{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Events API", "version": "1.0.0" }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/events", "params": [ { "name": "resource", "value": "messages", "type": "query", "description": "List events with a specific resource type." }, { "name": "type", "value": "created", "type": "query", "description": "List events with a specific event type." }, { "name": "actorId", "value": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS80MDNlZmUwNy02Yzc3LTQyY2UtOWI4NC1lZjhjYzY1ZDA4NDI", "type": "query", "description": "List events performed by this person, by person ID." }, { "name": "from", "value": "2018-01-01T00:00:00.000Z", "type": "query", "description": "List events which occurred after a specific date and time." }, { "name": "to", "value": "2018-01-02T00:00:00.000Z", "type": "query", "description": "List events that occurred before a specific date and time. If not specified, events up to the present time will be listed. Cannot be set to a future date relative to the current time." }, { "name": "max", "value": "100", "type": "query", "description": "Limit the maximum number of events in the response. Value must be between 1 and 1000, inclusive." }, { "name": "serviceType", "value": "calling", "type": "query", "description": "List events for a specific service type. This parameter is only applicable and mandatory when resource is set to `convergedRecordings`." } ] }, "docs": "List events in your organization. Several query parameters are available to filter the events returned in the response.\n\nLong result sets will be split into [pages](/docs/basics#pagination)." }, { "info": { "name": "Get Event Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/events/:eventId", "params": [ { "name": "eventId", "value": "Y2lzY29zcGFyazovL3VzL0VWRU5UL2JiY2ViMWFkLTQzZjEtM2I1OC05MTQ3LWYxNGJiMGM0ZDE1NAo", "type": "path", "description": "The unique identifier for the event." } ] }, "docs": "Shows details for an event, by event ID.\n\nSpecify the event ID in the `eventId` parameter in the URI." } ] } ], "bundled": true }