Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.18 KB

Query.md

File metadata and controls

15 lines (12 loc) · 1.18 KB

IO.Swagger.Model.Query

Properties

Name Type Description Notes
Status string The status of the messages you would like returned (either 'SENT', 'DELIVERED', 'EXPIRED', 'DELETED', 'UNDELIVERABLE', 'ACCEPTED', 'UNKNOWN', 'REJECTED') [optional]
Destination string The phone number of the recipient. Start UK numbers with 44 and drop the leading 0. [optional]
Sender string The sender of the message (this can be the configured sender name for an outbound message or the senders phone number for an inbound message). [optional]
Keyword string The keyword used in the inbound message [optional]
From string The date-time from which you would like matching messages [optional]
To string The date-time to which you would like matching messages [optional]
Metadata QueryMetadata [optional]

[Back to Model list] [Back to API list] [Back to README]