v3

latestOpenAPI 3.0.02026-07-3179137151.7 KB
Messages

Fetch all messages on a single thread.

get/v2/messages

Query parameters

threadIdinteger required

The ID of the thread.

since_utcstring date-time nullable

Only messages after a specific date/time, or null for all messages.

include_draftsboolean

Include unsent drafts in results.

include_attachmentsboolean

Include attachments in the results.

Response

A pageable enumeration of messages.

limitinteger

The maximum number of records per page.

next_page_urlstring

URL to fetch the next page of records. A null value indicates that there are no more pages in the collection.

offsetinteger

The current offset from the start of the collection.