Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Scroll export button
scopecurrent
template-id0fa09813-8b86-460a-aa1d-ef450a80e9ce
quick-starttrue
add-onScroll PDF Exporter

Info

In this document, you can find answers to some questions regarding Analytics feature in x-bees and Collaboration, including examples of search requests that you may use while building your reports.

Created: March 2023

Permalink: https://wildix.atlassian.net/wiki/x/nQFSCQ

Table of Contents


  • How to see calls by trunks?

...

Code Block
Calls  Country='de' Direction='outbound' Caller  Callee  last week


  • How to find conferences in which certain user(s) participated? - RECHECK!

Say, you want to see all conferences in which a particular user participated this week and at what time. In this case, make the following request:

...

Code Block
Conversation id  Subject  Type='conference' Time detailed  last week Name='name of user 1''name of user 2' unique Countcount nameName=2  Sortsort by count nameName

Image RemovedImage Added

In our example, there are two users. If you want to check conferences, in which, say, 3 or more users participated, mention the relevant names in the 'Name' parameter and specify the relevant number in 'Count name' parameter. 

...