The Station Object
The Station object represents a station entity used across the API as a core tenancy/context boundary. It holds identifying and contact details (name, subdomain, phone, address), and is referenced throughout other resources via station_uuid. In plain terms, it’s the home context for most records in the system.
| Value | Type | Description |
|---|---|---|
| uuid | string | Station UUID. |
| name | string | Station name. |
| subdomain | string | Station subdomain. |
| phone_number | string | Station phone number. |
| address | string | Station address. |
| created_at | string | Record creation timestamp. |
| updated_at | string | Record update timestamp. |
