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:
Property | Type | Description |
---|---|---|
savedListId | int | Unique identifier for a Saved List |
name | string | The name given to the list when it was created |
description | string | The description given to the list when it was created |
listCount | int | The number of People in the list |
doorCount | int | The 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. |