Get telephone reports
GET {{baseUrl}}/report/telephone?type=1&query_date_type=start_time&from=<date>&to=<date>&page_size=30&page_number=1&next_page_token=<string>
The telephone report allows you to view who dialed into meetings via phone (Audio Conferencing or SIP Connected Audio) and which number they dialed into and other details. Use this API to get telephone report for a specified period of time.
Prerequisites:
- Pro or higher plan.
Scopes:
report:read:admin
Rate Limit Label
:
Heavy
Request Params
| Key | Datatype | Required | Description |
| type
| number | | Audio types:
1
- Toll-free Call-in & Call-out.
2
- Toll
3
- SIP Connected Audio |
| query_date_type
| string | | The type of date to query.
start_time
— Query by call start time.end_time
— Query by call end time.meeting_start_time
— Query by meeting start time.meeting_end_time
— Query by meeting end time.
This value defaults to start_time
. |
| from
| string | | (Required) Start date in 'yyyy-mm-dd' format. The date range defined by the "from" and "to" parameters should only be one month as the report includes only one month worth of data at once. |
| to
| string | | (Required) End date. |
| page_size
| number | | The number of records returned within a single API call. |
| page_number
| number | | The page number of the current page in the returned records. This field is not available if the query_date_type
parameter is the meeting_start_time
or meeting_end_time
value.
This field is deprecated. Use the next_page_token
query parameter for pagination. |
| next_page_token
| string | | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"from":"\u003cdate\u003e","next_page_token":"\u003cstring\u003e","page_count":"\u003cinteger\u003e","page_size":"\u003cinteger\u003e","to":"\u003cdate\u003e","total_records":"\u003cinteger\u003e","telephony_usage":[{"call_in_number":"\u003cstring\u003e","country_name":"\u003cstring\u003e","dept":"\u003cstring\u003e","duration":"\u003cinteger\u003e","end_time":"\u003cdateTime\u003e","host_email":"\u003cstring\u003e","host_id":"\u003cstring\u003e","host_name":"\u003cstring\u003e","meeting_id":"\u003clong\u003e","meeting_type":"\u003cstring\u003e","phone_number":"\u003cstring\u003e","rate":"\u003cnumber\u003e","signaled_number":"\u003cstring\u003e","start_time":"\u003cdateTime\u003e","total":"\u003cnumber\u003e","type":"call-in","uuid":"\u003cstring\u003e"},{"call_in_number":"\u003cstring\u003e","country_name":"\u003cstring\u003e","dept":"\u003cstring\u003e","duration":"\u003cinteger\u003e","end_time":"\u003cdateTime\u003e","host_email":"\u003cstring\u003e","host_id":"\u003cstring\u003e","host_name":"\u003cstring\u003e","meeting_id":"\u003clong\u003e","meeting_type":"\u003cstring\u003e","phone_number":"\u003cstring\u003e","rate":"\u003cnumber\u003e","signaled_number":"\u003cstring\u003e","start_time":"\u003cdateTime\u003e","total":"\u003cnumber\u003e","type":"premium call-in","uuid":"\u003cstring\u003e"}]}