Common Models

The following is an example of a Saved List:

{
    "savedListId": 999888777,
    "name": "GOTV list",
    "description": "People we want to talk to for GOTV",
    "listCount": 2000,
    "doorCount": 987
}

Saved List

Each Saved List has the following properties:

PropertyTypeDescription
savedListIdintUnique identifier for a Saved List
namestringThe name given to the list when it was created
descriptionstringThe description given to the list when it was created
listCountintThe number of People in the list
doorCountintThe number of doors in the list; may be less than listCount if, for example, some of the People in the list live in the same household.