Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 961 Bytes

messageEvents.md

File metadata and controls

24 lines (14 loc) · 961 Bytes

Message Events

This library provides easy access to the Message Events resource.

Note: All methods return promises and accept an optional last argument callback. Read about how we handle callbacks and promises.

Methods

  • search([params, callback])
    Search for message events using the given parameters (NOTE: all params are optional):

Date/Time Parameter Format

The from and to search parameters accept date stamps of the form:

YYYY-MM-DDTHH:MM

For example: 2016-11-14T16:15.

Note: timestamps are expressed in the timezone specified by the timezone parameter or UTC by default.

Examples

Visit our examples section to see all of our message events resource examples.