Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.84 KB

Query.md

File metadata and controls

19 lines (16 loc) · 1.84 KB

# Query

Properties

Name Type Description Notes
status string The status of the messages you would like returned (either 'SENT', 'DELIVERED', 'EXPIRED', 'UNDELIVERABLE', 'REJECTED' or 'INCOMING') [optional]
credits float The number of credits used on the message. Floating point number. [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]
limit float The maximum number of messages that you would like returned in this call. The default is 1000. [optional]
skip float The number of results you would like to ignore before returning messages. In combination with the 'limit' parameter his can be used to page results, so that you can deal with a limited number in your logic at each time. [optional]
unread bool In queries for incoming messages ('status' is 'INCOMING'), specify whether you explicitly want unread messages (true) or read messages (false). Omit this parameter in other circumstances. [optional]
metadata \OpenAPI\Client\Model\QueryMetadata [optional]

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