The LiveRead Object
The LiveRead object represents a live-read promo script with active dates and status. It mirrors much of the liner-style structure but is specifically modelled for live-read content and includes campaign/client/station context where applicable. It’s useful for managing presenter-read promotional scripts in an organised way.
| Value | Type | Description |
|---|---|---|
| uuid | string | Live read UUID. |
| name | string | Name. |
| content | string | Content. |
| start_date | string | Start date/time. |
| end_date | string | End date/time. |
| status | string | Status. |
| campaign | object | Serialized Campaign object when present and not NullCampaign. |
| client | object | Serialized Client object via ClientBlueprint 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. |
