AccountHistorySearchPublicRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
event_time_from | str | ❌ | The beginning of the time range to return records in ISO 8601 format in UTC timezone, default is "eventTimeFrom"-24 hours |
event_time_to | str | ❌ | The end of the time range to return records in ISO 8601 format in UTC timezone, default is the current time |
initiator_ids | List[str] | ❌ | List of extension IDs of change initiators. |
page | int | ❌ | Page number in the result set |
per_page | int | ❌ | Number of records to be returned per page. |
target_ids | List[str] | ❌ | List of extension (user) IDs affected by this action. |
site_id | str | ❌ | Site ID to apply as a filter |
action_ids | List[ActionIds] | ❌ | List of action IDs (exact keys) to search for (alternatively "excludeActionIds" option can be used). |
search_string | str | ❌ | The (sub)string to search, applied to the following fields: - initiator.name - initiator.role - initiator.extensionNumber - target.name - target.extensionNumber - details.parameters.value |
exclude_action_ids | List[ExcludeActionIds] | ❌ | List of action IDs (exact keys) to exclude from your search (alternatively "actionIds" option can be used). |
ActionIds
Properties
Name | Type | Required | Description |
---|---|---|---|
CHANGE_SECRET_INFO | str | ✅ | "CHANGE_SECRET_INFO" |
CHANGE_USER_INFO | str | ✅ | "CHANGE_USER_INFO" |
ExcludeActionIds
Properties
Name | Type | Required | Description |
---|---|---|---|
CHANGE_SECRET_INFO | str | ✅ | "CHANGE_SECRET_INFO" |
CHANGE_USER_INFO | str | ✅ | "CHANGE_USER_INFO" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs