DemandFlow Support Centre

TOWSTATUS: Tower Status

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Lifecycle status values for towers with associated colour coding for visual indicators.

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

PropertyValue
Entity codeTOWSTATUS
Display nameTower Status
PluralTower Statuses
Level35200

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

FieldTypeRequiredNotes
nametextYesName.
descriptiontext (multi-line)Description.
colorcolorStatus 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

See also

towstatustowerstatusstatusestowerstatuses

Was this article helpful?

← Back to Knowledge Base