everyaction.services.SavedLists

class everyaction.services.SavedLists(ea: EAClient)

Represents the Saved Lists service.

Methods

get(list_id, /)

See GET /savedLists/{savedListId}.

list(*[, limit])

See GET /savedLists.

sms_sync(**kwargs)

See POST /savedLists/smsSync>`__.

get(list_id: int, /) SavedList

See GET /savedLists/{savedListId}.

Parameters

list_id – The savedListId path parameter.

Returns

The resulting SavedList object.

list(*, limit: Optional[int] = None, **kwargs: EAValue) List[SavedList]

See GET /savedLists.

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 SavedList objects.

Keyword Arguments
sms_sync(**kwargs: EAValue) SavedList

See POST /savedLists/smsSync>`__.

Keyword Arguments