RingCentral .Net SDK
Properties | List of all members
RingCentral.AggregateA2PSMSStatusesParameters Class Reference

Query parameters for operation aggregateA2PSMSStatuses More...

Properties

string batchId [get, set]
 Internal identifier of a message batch to filter the response Example: 55577 More...
 
string direction [get, set]
 Direction of the SMS message Example: Inbound Enum: Inbound, Outbound More...
 
string dateFrom [get, set]
 The end of the time range to filter the results in ISO 8601 format including timezone. Default is the 'dateTo' minus 24 hours Format: date-time Example: 2020-11-09T16:07:52.597Z More...
 
string dateTo [get, set]
 The end of the time range to filter the results in ISO 8601 format including timezone. Default is the current time Format: date-time Example: 2020-11-25T16:07:52.597Z More...
 
string[] phoneNumber [get, set]
 List of phone numbers (specified in 'to' or 'from' fields of a message) to filter the results. Maximum number of phone numbers allowed to be specified as filters is 15 Example: 15551234455,15551235577 More...
 

Detailed Description

Query parameters for operation aggregateA2PSMSStatuses

Property Documentation

◆ batchId

string RingCentral.AggregateA2PSMSStatusesParameters.batchId
getset

Internal identifier of a message batch to filter the response Example: 55577

◆ dateFrom

string RingCentral.AggregateA2PSMSStatusesParameters.dateFrom
getset

The end of the time range to filter the results in ISO 8601 format including timezone. Default is the 'dateTo' minus 24 hours Format: date-time Example: 2020-11-09T16:07:52.597Z

◆ dateTo

string RingCentral.AggregateA2PSMSStatusesParameters.dateTo
getset

The end of the time range to filter the results in ISO 8601 format including timezone. Default is the current time Format: date-time Example: 2020-11-25T16:07:52.597Z

◆ direction

string RingCentral.AggregateA2PSMSStatusesParameters.direction
getset

Direction of the SMS message Example: Inbound Enum: Inbound, Outbound

◆ phoneNumber

string [] RingCentral.AggregateA2PSMSStatusesParameters.phoneNumber
getset

List of phone numbers (specified in 'to' or 'from' fields of a message) to filter the results. Maximum number of phone numbers allowed to be specified as filters is 15 Example: 15551234455,15551235577


The documentation for this class was generated from the following file: