List User Active Calls
Returns records of all extension calls that are in progress, ordered by start time in descending order.
Path parameters
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
Internal identifier of the RingCentral extension/user (can be set to "~" to indicate that the extension associated with current authorization session should be used)
Query parameters
The direction of call records to be included in the result. If omitted, both inbound and outbound calls are returned. Multiple values are supported
Defines the level of details for returned call records
The type of call records to be included in the result. If omitted, all call types are returned. Multiple values are supported
The type of call transport. Multiple values are supported. By default, this filter is disabled
Conference call type: RCC or RC Meetings. If not specified, no conference call filter applied
Indicates the page number to retrieve. Only positive number values are allowed
Indicates the page size (number of items)
Response
Successful response
Example response
{
"paging": {
"perPage": 50,
"page": 5,
"pageEnd": 5,
"totalPages": 25,
"totalElements": 25
}
}