Return all Drafts

GET {{baseUrl}}/v3/grants/:grant_id/drafts?limit=50

Returns all Drafts.

Request Params

KeyDatatypeRequiredDescription
limitnumberThe number of objects to return. This field defaults to 50. The maximum allowed value for this field is 200. See pagination for more information.
page_tokenstringAn identifier that specifies which page of data to return. This value should be taken from the next_cursor response field. See pagination for more information.
subjectstringReturn items with a matching literal subject.
any_emailstringReturn email messages that have been sent or received from this comma-separated list of email addresses. For example: mail1@example.com,mail2@example.com. A maximum of 25 email addresses may be specified.
tostringReturn items containing messages sent to this email address.
ccstringReturn items containing messages that were CC'd to this email address.
bccstringReturn items containing messages that were BCC'd to this email address, likely sent from the parent account. (Most SMTP gateways remove BCC information.)
starredstringReturn items with one or more starred email messages.
thread_idstringReturn items with a matching thread_id.
has_attachmentstringReturn items with attachments.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"value":"\u003cError: Could not resolve allOf schema"}