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 |
---|---|---|
| int | Unique identifier for a Saved List |
| string | The name given to the list when it was created |
| string | The description given to the list when it was created |
| int | The number of People in the list |
| int | The number of doors in the list; may be less than |