Skip to main content

AccountHistorySearchPublicRequest

Properties

NameTypeRequiredDescription
event_time_fromstrThe beginning of the time range to return records in ISO 8601 format in UTC timezone, default is "eventTimeFrom"-24 hours
event_time_tostrThe end of the time range to return records in ISO 8601 format in UTC timezone, default is the current time
initiator_idsList[str]List of extension IDs of change initiators.
pageintPage number in the result set
per_pageintNumber of records to be returned per page.
target_idsList[str]List of extension (user) IDs affected by this action.
site_idstrSite ID to apply as a filter
action_idsList[ActionIds]List of action IDs (exact keys) to search for (alternatively "excludeActionIds" option can be used).
search_stringstrThe (sub)string to search, applied to the following fields: - initiator.name - initiator.role - initiator.extensionNumber - target.name - target.extensionNumber - details.parameters.value
exclude_action_idsList[ExcludeActionIds]List of action IDs (exact keys) to exclude from your search (alternatively "actionIds" option can be used).

ActionIds

Properties

NameTypeRequiredDescription
CHANGE_SECRET_INFOstr"CHANGE_SECRET_INFO"
CHANGE_USER_INFOstr"CHANGE_USER_INFO"

ExcludeActionIds

Properties

NameTypeRequiredDescription
CHANGE_SECRET_INFOstr"CHANGE_SECRET_INFO"
CHANGE_USER_INFOstr"CHANGE_USER_INFO"

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →