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 |
---|---|---|
id | integer | The ID for the record |
name | string | The name of the List |
allow_duplicates | boolean | Whether the same Listener can be added to this List multiple times |
created_at | string | The time the record was created as a ISO 8601 string |
updated_at | string | The last time the record was last updated as a ISO 8601 string. |
uuid | string | The UUID of the record |