Available in version v7+
A filter object that determines which messages are included in the list of returned draft message summary objects.
Name | Type | Description | Constraints |
|---|---|---|---|
externalMessageId | String | The external message ID. | optional |
messageName | String | The name of the message. | optional |
subjectLine | String | The message subject line. | optional |
authorName | String | The name of the message author. Uses the format: lastname, firstname. | optional |
authorId | Long | The user ID of the message author. | optional |
messageCategoryId | Long | The message category ID. | optional |
creationDateFrom | String | Start date of time frame from which a draft message was created. Uses Datetime format. | optional |
creationDateTo | String | The end date of the time frame until which a draft message was created. Uses Datetime format. | optional |
lastUpdateDateFrom | String | Start date of time frame from which a draft message was last updated. Uses Datetime format. | optional |
lastUpdateDateTo | String | The end date of the time frame until which a draft message was last updated. Uses Datetime format. |