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

Query parameters for operation socMsgListContents More...

Properties

string[] intervention [get, set]
 Filter based on the specified intervention identifiers. Example: 7f946431b6eebffafae642cc,re946431b6eebffafae642cc More...
 
string[] identity [get, set]
 Filter based on the specified identity identifiers. Example: 7f946431b6eebffafae642cc,re946431b6eebffafae642cc More...
 
string[] identityGroup [get, set]
 Filter based on the specified identity group identifiers. Example: 7f946431b6eebffafae642cc,re946431b6eebffafae642cc More...
 
string[] source [get, set]
 Filter based on the specified channel identifiers. Example: 7f946431b6eebffafae642cc More...
 
string[] thread [get, set]
 Filter based on the specified thread identifiers. Example: 7f946431b6eebffafae642cc More...
 
string[] text [get, set]
 Filter based on the specified text(s). Provided multiple times, the values are ANDed. More...
 
string[] status [get, set]
 Filter for specified status. Enum: New, Assigned, Replied, UserReply, UserInitiated, Ignored More...
 
string orderBy [get, set]
 Ordering by creationTime is descending by default. Example: +creationTime Default: -creationTime Enum: -creationTime, +creationTime, creationTime More...
 
string pageToken [get, set]
 The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned. More...
 
long? perPage [get, set]
 The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied Maximum: 1000 Minimum: 1 Format: int32 Example: 100 Default: 100 More...
 

Detailed Description

Query parameters for operation socMsgListContents

Property Documentation

◆ identity

string [] RingCentral.SocMsgListContentsParameters.identity
getset

Filter based on the specified identity identifiers. Example: 7f946431b6eebffafae642cc,re946431b6eebffafae642cc

◆ identityGroup

string [] RingCentral.SocMsgListContentsParameters.identityGroup
getset

Filter based on the specified identity group identifiers. Example: 7f946431b6eebffafae642cc,re946431b6eebffafae642cc

◆ intervention

string [] RingCentral.SocMsgListContentsParameters.intervention
getset

Filter based on the specified intervention identifiers. Example: 7f946431b6eebffafae642cc,re946431b6eebffafae642cc

◆ orderBy

string RingCentral.SocMsgListContentsParameters.orderBy
getset

Ordering by creationTime is descending by default. Example: +creationTime Default: -creationTime Enum: -creationTime, +creationTime, creationTime

◆ pageToken

string RingCentral.SocMsgListContentsParameters.pageToken
getset

The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned.

◆ perPage

long? RingCentral.SocMsgListContentsParameters.perPage
getset

The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied Maximum: 1000 Minimum: 1 Format: int32 Example: 100 Default: 100

◆ source

string [] RingCentral.SocMsgListContentsParameters.source
getset

Filter based on the specified channel identifiers. Example: 7f946431b6eebffafae642cc

◆ status

string [] RingCentral.SocMsgListContentsParameters.status
getset

Filter for specified status. Enum: New, Assigned, Replied, UserReply, UserInitiated, Ignored

◆ text

string [] RingCentral.SocMsgListContentsParameters.text
getset

Filter based on the specified text(s). Provided multiple times, the values are ANDed.

◆ thread

string [] RingCentral.SocMsgListContentsParameters.thread
getset

Filter based on the specified thread identifiers. Example: 7f946431b6eebffafae642cc


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