TOWSTATUS: Tower Status
Lifecycle status values for towers with associated colour coding for visual indicators.
Default definition. This article describes the default
TOWSTATUS definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches TOWSTATUS.Entity properties
| Property | Value |
|---|---|
| Entity code | TOWSTATUS |
| Display name | Tower Status |
| Plural | Tower Statuses |
| Level | 35200 |
Use cases
Lifecycle status values for towers with associated colour coding for visual indicators.
TOWSTATUS is a lookup entity referenced by the status field on TOW records to track the tower's lifecycle state. Beyond name and description, it includes a colour field used by the UI for visual status indicators (e.g. green for operational, red for damaged, grey for decommissioned). The data array provides seed values covering the full lifecycle: Planned, Under Construction, Operational, Under Maintenance, Damaged, and Decommissioned.
Fields
General
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name. |
description | text (multi-line) | Description. | |
color | color | Status Color. |
Relationships
No declared relationships in the default definition.
Creating a Tower Status via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "TOWSTATUS",
"level": 35200,
"comboKey": "SUB:<your-sub-id>|ENT:",
"name": "Example name",
"description": "Example text"
}
Listing Tower Statuses
GET /v1/entities/TOWSTATUS/SUB