List Events (new messages last hour)
GET {{WEBEXAPI}}/events?resource=messages&type=created&from={{_one_hour_ago}}&to={{_now}}
List events in your organization. Several query parameters are available to filter the response. Long result sets will be split into pages.
https://developer.webex.com/endpoint-events-get.html
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
resource | string | ||
type | string | ||
from | string | ||
to | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |