Package com.ringcentral.definitions
Class AccountHistorySearchPublicRequest
java.lang.Object
com.ringcentral.definitions.AccountHistorySearchPublicRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]
List of action IDs (exact keys) to search for (alternatively "excludeActionIds" option can be used).The beginning of the time range to return records in ISO 8601 format in UTC timezone, default is "eventTimeFrom"-24 hours Format: date-timeThe end of the time range to return records in ISO 8601 format in UTC timezone, default is the current time Format: date-timeString[]
List of action IDs (exact keys) to exclude from your search (alternatively "actionIds" option can be used).String[]
List of extension IDs of change initiators.Page number in the result set Format: int32 Example: 1Number of records to be returned per page.The (sub)string to search, applied to the following fields:Site ID to apply as a filter Example: 871836004String[]
List of extension (user) IDs affected by this action. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneventTimeFrom
(String eventTimeFrom) eventTimeTo
(String eventTimeTo) excludeActionIds
(String[] excludeActionIds) initiatorIds
(String[] initiatorIds) searchString
(String searchString)
-
Field Details
-
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
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
List of extension IDs of change initiators. -
page
Page number in the result set Format: int32 Example: 1 -
perPage
Number of records to be returned per page. Format: int32 Example: 25 -
targetIds
List of extension (user) IDs affected by this action. Example: 404611540004 -
siteId
Site ID to apply as a filter Example: 871836004 -
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
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
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
-
eventTimeFrom
-
eventTimeTo
-
initiatorIds
-
page
-
perPage
-
targetIds
-
siteId
-
actionIds
-
searchString
-
excludeActionIds
-