List all scheduled messages
Create a ScheduledMessageListQuery
instance to retrieve all scheduled messages matching the specifications set by ScheduledMessageListQueryParams
. After a list of all scheduled messages is successfully retrieved, you can access the data of each scheduled message from the result list.
ScheduledMessageListQueryParams
Property name | Type | Description |
---|---|---|
order | Determines the order of the retrieved messages. Acceptable values are | |
messageTypeFilter | MessageTypeFilter? | Specifies the message type to filter the messages with the corresponding type. Acceptable values are |
reverse | bool? | Determines whether to sort the retrieved messages in reverse order. If |
channelUrl | String? | Specifies a target channel to query the scheduled messages from. If |
scheduledStatus | List<ScheduledStatus>? | Specifies list of scheduled message |
limit | int? | Specifies the number of results to return per call. Acceptable values are |