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

Properties

string eventTimeFrom [get, set]
 The beginning of the time range to return records in ISO 8601 format in UTC timezone, default is "eventTimeFrom"-24 hours Format: date-time More...
 
string eventTimeTo [get, set]
 The end of the time range to return records in ISO 8601 format in UTC timezone, default is the current time Format: date-time More...
 
string[] initiatorIds [get, set]
 List of extension IDs of change initiators. More...
 
long? page [get, set]
 Page number in the result set Format: int32 Example: 1 More...
 
long? perPage [get, set]
 Number of records to be returned per page. Format: int32 Example: 25 More...
 
string[] targetIds [get, set]
 List of extension (user) IDs affected by this action. Example: 404611540004 More...
 
string siteId [get, set]
 Site ID to apply as a filter Example: 871836004 More...
 
string[] actionIds [get, set]
 List of action IDs (exact keys) to search for (alternatively "excludeActionIds" option can be used). Example: CHANGE_SECRET_INFO,CHANGE_USER_INFO Enum: CHANGE_SECRET_INFO, CHANGE_USER_INFO More...
 
string searchString [get, set]
 The (sub)string to search, applied to the following fields: More...
 
string[] excludeActionIds [get, set]
 List of action IDs (exact keys) to exclude from your search (alternatively "actionIds" option can be used). Example: CHANGE_SECRET_INFO,CHANGE_USER_INFO Enum: CHANGE_SECRET_INFO, CHANGE_USER_INFO More...
 

Property Documentation

◆ actionIds

string [] RingCentral.AccountHistorySearchPublicRequest.actionIds
getset

List of action IDs (exact keys) to search for (alternatively "excludeActionIds" option can be used). Example: CHANGE_SECRET_INFO,CHANGE_USER_INFO Enum: CHANGE_SECRET_INFO, CHANGE_USER_INFO

◆ eventTimeFrom

string RingCentral.AccountHistorySearchPublicRequest.eventTimeFrom
getset

The beginning of the time range to return records in ISO 8601 format in UTC timezone, default is "eventTimeFrom"-24 hours Format: date-time

◆ eventTimeTo

string RingCentral.AccountHistorySearchPublicRequest.eventTimeTo
getset

The end of the time range to return records in ISO 8601 format in UTC timezone, default is the current time Format: date-time

◆ excludeActionIds

string [] RingCentral.AccountHistorySearchPublicRequest.excludeActionIds
getset

List of action IDs (exact keys) to exclude from your search (alternatively "actionIds" option can be used). Example: CHANGE_SECRET_INFO,CHANGE_USER_INFO Enum: CHANGE_SECRET_INFO, CHANGE_USER_INFO

◆ initiatorIds

string [] RingCentral.AccountHistorySearchPublicRequest.initiatorIds
getset

List of extension IDs of change initiators.

◆ page

long? RingCentral.AccountHistorySearchPublicRequest.page
getset

Page number in the result set Format: int32 Example: 1

◆ perPage

long? RingCentral.AccountHistorySearchPublicRequest.perPage
getset

Number of records to be returned per page. Format: int32 Example: 25

◆ searchString

string RingCentral.AccountHistorySearchPublicRequest.searchString
getset

The (sub)string to search, applied to the following fields:

  • initiator.name
  • initiator.role
  • initiator.extensionNumber
  • target.name
  • target.extensionNumber
  • details.parameters.value Example: 542617

◆ siteId

string RingCentral.AccountHistorySearchPublicRequest.siteId
getset

Site ID to apply as a filter Example: 871836004

◆ targetIds

string [] RingCentral.AccountHistorySearchPublicRequest.targetIds
getset

List of extension (user) IDs affected by this action. Example: 404611540004


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