Class AccountHistorySearchPublicRequest

java.lang.Object
com.ringcentral.definitions.AccountHistorySearchPublicRequest

public class AccountHistorySearchPublicRequest extends Object
  • Field Details

    • eventTimeFrom

      public String eventTimeFrom
      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

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

      public String[] initiatorIds
      List of extension IDs of change initiators.
    • page

      public Long page
      Page number in the result set Format: int32 Example: 1
    • perPage

      public Long perPage
      Number of records to be returned per page. Format: int32 Example: 25
    • targetIds

      public String[] targetIds
      List of extension (user) IDs affected by this action. Example: 404611540004
    • siteId

      public String siteId
      Site ID to apply as a filter Example: 871836004
    • actionIds

      public String[] actionIds
      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
    • searchString

      public String searchString
      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

    • excludeActionIds

      public String[] excludeActionIds
      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
  • Constructor Details

    • AccountHistorySearchPublicRequest

      public AccountHistorySearchPublicRequest()
  • Method Details