TOWFACE: Tower Face
A directional face of a tower or tower section, holding mount points at a specific azimuth.
TOWFACE 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 TOWFACE.Entity properties
| Property | Value |
|---|---|
| Entity code | TOWFACE |
| Display name | Tower Face |
| Plural | Tower Faces |
| Level | 37000 |
Use cases
A directional face of a tower or tower section, holding mount points at a specific azimuth.
TOWFACE is the third level in the tower hierarchy (TOW > TOWSEC > TOWFACE > MOUNTPOINT). Each face belongs to a parent TOW and represents one side or direction of the tower structure. The face number provides ordering, while azimuth (degrees) defines the compass bearing for antenna orientation planning. Width (cm) constrains the physical space available for mounting equipment. Mount point capacity (total/available) tracks how many equipment positions exist on this face. The related list shows child MOUNTPOINT records via comboKeyEntity, displaying mount ID, azimuth, downtilt, and maximum load. This structure allows triangular towers to have 3 faces, square towers 4 faces, and round monopoles to define faces at any azimuth for flexible antenna placement planning.
Fields
General
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Face ID. |
tower | reference → TOW | Yes | Tower. |
number | number | Yes | Face Number. |
azimuth | number | Azimuth (degrees). | |
width | number | Face Width (cm). | |
totalMountPoints | number | Total Mount Points. | |
availableMountPoints | number | Available Mount Points. |
Relationships
- Lookups:
towerpoints at aTOWrecord. - Related lists:
MOUNTPOINTvia comboKeyEntity.
Creating a Tower Face via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "TOWFACE",
"level": 37000,
"comboKey": "SUB:<your-sub-id>|ENT:",
"name": "Example name",
"tower": "",
"number": 0
}
Listing Tower Faces
GET /v1/entities/TOWFACE/SUB