All Messages from Date/Time Window
GET {{baseUrl}}/messages?fields=<>&received_after=<>&received_before=<>&limit=<>
Returns all messages with a timestamp greater than received_after
and timestamp less than received_before
.
Query can also be used without the received_before
parameter.
Timestamp must be within the past 7 days.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | ||
received_after | string | ||
received_before | string | ||
limit | string |