/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
Key | Datatype | Required | Description |
---|---|---|---|
direction | string | The 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 | |
type | string | Call 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 | |
page | string | Indicates the page number to retrieve. Only positive number values are allowed. Default value is '1' | |
perPage | string | Indicates the page size (number of items). If not specified, the value is '100' by default |