Chat Search: Overview of Methods
The search functionality allows you to find group chats, departments, and employees. The search is managed by a group of methods im.search.*.
All methods in the current version of the chat support standard pagination. You can customize the selection using the OFFSET and LIMIT parameters.
Quick navigation: all methods and events
User documentation: Chats in Bitrix24: Design and features
Find Chat by Name
The method im.search.chat.list searches for group chats by name and participants. The search is performed on substrings:
- in the chat title,
- in the first and last names of participants.
Find Departments
The method im.search.department.list searches for company departments by their full name. By using the USER_DATA=Y parameter, you can include information about the department head in the response.
Find Employees
The method im.search.user.list searches for employees by first name, last name, position, and department.
Overview of Methods
Scope:
im
Who can execute the method: any user
|
Method |
Description |
|
Searches for chats by names |
|
|
Searches for departments |
|
|
Searches for users |
Methods for the Previous Version of the Chat
These methods were designed for the previous version of the chat. In the current version, M1, they still function, but the results are not displayed in the interface.
User Documentation
|
Method |
Description |
|
Adds search to history |
|
|
Retrieves search history |
|
|
Deletes search from history |