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

Query parameters for operation listA2PSMS 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 view [get, set]
 Indicates if the response has to be detailed, includes text in the response if detailed Default: Simple Enum: Simple, Detailed 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...
 
string pageToken [get, set]
 The page token of the page to be retrieved. Example: pgt1 More...
 
long? perPage [get, set]
 The number of messages to be returned per request Format: int32 Example: 1 Default: 1000 More...
 

Detailed Description

Query parameters for operation listA2PSMS

Property Documentation

◆ batchId

string RingCentral.ListA2PSMSParameters.batchId
getset

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

◆ dateFrom

string RingCentral.ListA2PSMSParameters.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.ListA2PSMSParameters.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.ListA2PSMSParameters.direction
getset

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

◆ pageToken

string RingCentral.ListA2PSMSParameters.pageToken
getset

The page token of the page to be retrieved. Example: pgt1

◆ perPage

long? RingCentral.ListA2PSMSParameters.perPage
getset

The number of messages to be returned per request Format: int32 Example: 1 Default: 1000

◆ phoneNumber

string [] RingCentral.ListA2PSMSParameters.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

◆ view

string RingCentral.ListA2PSMSParameters.view
getset

Indicates if the response has to be detailed, includes text in the response if detailed Default: Simple Enum: Simple, Detailed


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