/restapi/v1.0/account/:accountId/extension/:extensionId/active-calls

GET {{baseUrl}}/restapi/v1.0/account/:accountId/extension/:extensionId/active-calls?direction=<string>&type=<string>&page=<integer>&perPage=<integer>

Get Extension Active (Recent) Calls

Request Params

KeyDatatypeRequiredDescription
directionstringThe direction for the result records. It is allowed to specify more than one direction. If not specified, both inbound and outbound records are returned. Multiple values are accepted
typestringCall type of a record. It is allowed to specify more than one type. If not specified, all call types are returned. Multiple values are accepted
pagestringIndicates the page number to retrieve. Only positive number values are allowed. Default value is '1'
perPagestringIndicates the page size (number of items). If not specified, the value is '100' by default