Class RcwHistoryListAllCompanySessionsParameters

java.lang.Object
com.ringcentral.definitions.RcwHistoryListAllCompanySessionsParameters

public class RcwHistoryListAllCompanySessionsParameters extends Object
Query parameters for operation rcwHistoryListAllCompanySessions
  • Field Details

    • hostUserId

      public String[] hostUserId
      Identifier of the user who hosts a webinar (if omitted, webinars hosted by all company users will be returned) Example: 77777777
    • status

      public String[] status
      Filter to return only webinar sessions in certain status. Multiple values are supported. Example: Active,Finished Enum: Scheduled, Active, Finished
    • endTimeFrom

      public String endTimeFrom
      The beginning of the time window by 'endTime' . Format: date-time
    • endTimeTo

      public String endTimeTo
      The end of the time window by 'endTime' . Format: date-time
    • perPage

      public Long perPage
      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
    • pageToken

      public String pageToken
      The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned.
  • Constructor Details

    • RcwHistoryListAllCompanySessionsParameters

      public RcwHistoryListAllCompanySessionsParameters()
  • Method Details