TOWRATING: Tower Rating
Structural capacity classes for towers, defining load limits and wind speed ratings.
TOWRATING 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 TOWRATING.Entity properties
| Property | Value |
|---|---|
| Entity code | TOWRATING |
| Display name | Tower Rating |
| Plural | Tower Ratings |
| Level | 35300 |
Use cases
Structural capacity classes for towers, defining load limits and wind speed ratings.
TOWRATING is a lookup entity referenced by TOW records to classify the structural engineering rating of a tower. Beyond name and description, it captures structuralCapacity (kg) and windSpeedRating (mph) as numeric fields displayed in the grid with unit suffixes via gridAppend. The class system (Class 1 through 5) provides tiered capacity levels from light duty (1000kg, 100mph) to super heavy duty (5000kg, 140mph), enabling quick assessment of whether a tower can support additional equipment. The data array provides seed values.
Fields
General
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name. |
description | text (multi-line) | Description. | |
structuralCapacity | number | Structural Capacity (kg). | |
windSpeedRating | number | Wind Speed Rating (mph). |
Relationships
No declared relationships in the default definition.
Creating a Tower Rating via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "TOWRATING",
"level": 35300,
"comboKey": "SUB:<your-sub-id>|ENT:",
"name": "Example name",
"description": "Example text"
}
Listing Tower Ratings
GET /v1/entities/TOWRATING/SUB