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

Query parameters for operation rcwHistoryAdminListRecordings More...

Properties

string nameFragment [get, set]
 Filter to return only webinar recordings containing particular substring within their names Example: All-hands More...
 
string creationTimeFrom [get, set]
 The beginning of the time window by 'creationTime' . Format: date-time More...
 
string creationTimeTo [get, set]
 The end of the time window by 'creationTime' . Format: date-time More...
 
string[] status [get, set]
 The status of the recording. Enum: Processing, Available, Failed, Purged More...
 
string[] hostUserId [get, set]
 Identifier of the user who hosts a webinar (if omitted, webinars hosted by all company users will be returned) Example: 77777777 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...
 
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...
 

Detailed Description

Query parameters for operation rcwHistoryAdminListRecordings

Property Documentation

◆ creationTimeFrom

string RingCentral.RcwHistoryAdminListRecordingsParameters.creationTimeFrom
getset

The beginning of the time window by 'creationTime' . Format: date-time

◆ creationTimeTo

string RingCentral.RcwHistoryAdminListRecordingsParameters.creationTimeTo
getset

The end of the time window by 'creationTime' . Format: date-time

◆ hostUserId

string [] RingCentral.RcwHistoryAdminListRecordingsParameters.hostUserId
getset

Identifier of the user who hosts a webinar (if omitted, webinars hosted by all company users will be returned) Example: 77777777

◆ nameFragment

string RingCentral.RcwHistoryAdminListRecordingsParameters.nameFragment
getset

Filter to return only webinar recordings containing particular substring within their names Example: All-hands

◆ pageToken

string RingCentral.RcwHistoryAdminListRecordingsParameters.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.RcwHistoryAdminListRecordingsParameters.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

◆ status

string [] RingCentral.RcwHistoryAdminListRecordingsParameters.status
getset

The status of the recording. Enum: Processing, Available, Failed, Purged


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