Return all Drafts
GET {{baseUrl}}/v3/grants/:grant_id/drafts?limit=50
Returns all Drafts.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | The 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_token | string | An 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. | |
subject | string | Return items with a matching literal subject. | |
any_email | string | Return 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. | |
to | string | Return items containing messages sent to this email address. | |
cc | string | Return items containing messages that were CC'd to this email address. | |
bcc | string | Return items containing messages that were BCC'd to this email address, likely sent from the parent account. (Most SMTP gateways remove BCC information.) | |
starred | string | Return items with one or more starred email messages. | |
thread_id | string | Return items with a matching thread_id. | |
has_attachment | string | Return items with attachments. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"value":"\u003cError: Could not resolve allOf schema"}