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 Callifidis not None representing the call with that ID. Otherwise, retrieve a list ofCallinstances of all calls associated with the account.Raises: See request()
-