Hi team
Seems i don’t see webex global Call In data in the History API (only domestic call in and call in tollfree).
What is the way to get the global data?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LstmeetingusageHistory might be what your looking for, it can return the following data:
<history:totalCallInMinutes>0</history:totalCallInMinutes> <history:totalPeopleMinutes>7</history:totalPeopleMinutes> <history:totalCallInTollfreeMinutes>0</history:totalCallInTollfreeMinutes> <history:totalCallOutDomestic>0</history:totalCallOutDomestic> <history:totalCallOutInternational>0</history:totalCallOutInternational>
It does not seem to be able to drill down any deeper for attendees.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Yes, this is the API call used. But the problem is, it is missing half of the needed Call In Data, namely the International call data
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.