Call Center Processing

Client Methods

class performline.products.callcenter.api.CallCenterClientMethods[source]

Methods for retrieving data from the Call Center product

calls(id=None, limit=None, offset=None, brand=None, campaign=None)[source]

Retrieve one or more calls associated with an account.

Parameters:id (int, optional) – If specified, retrieve a single call by the given ID. Otherwise, return all calls.
Returns:An instance of Call if id is not None representing the call with that ID. Otherwise, retrieve a list of Call instances of all calls associated with the account.
Raises:See request()

Data Access Models

Models representing Call Center API objects

class performline.products.callcenter.models.Call(client, data=None, metadata={}, rest_root=None, primary_key=None, secondary_key=None)[source]

An object for retrieving data from and working with an individual call.