The List Object
A List is an arbitrary, unordered collection of Listeners. Lists can serve a range of purposes, but typically is used for creating a "prize draw" style contest.
| Value | Type | Description |
|---|---|---|
| uuid | string | List UUID. |
| name | string | List name. |
| allow_duplicates | boolean | Allow duplicates flag. |
| allow_same_household | boolean | Allow same household flag. |
| listener_notes | string | Listener notes. |
| campaign | object | Serialized Campaign object via CampaignBlueprint when present. |
| station_uuid | string | Station UUID when station_id is present. |
| archived_at | string | Archive timestamp. |
| created_at | string | Record creation timestamp. |
| updated_at | string | Record update timestamp. |
