everyaction.services.Phones

class everyaction.services.Phones(ea: EAClient)

Represents the Phones service.

Methods

is_cell_statuses(*[, limit])

See GET /phones/isCellStatuses.

is_cell_statuses(*, limit: Optional[int] = None, **kwargs: EAValue) List[IsCellStatus]

See GET /phones/isCellStatuses.

Parameters
  • limit – Maximum number of records to get for this request.

  • kwargs – The applicable query arguments and JSON data for the request.

Returns

List of the resulting IsCellStatus objects.