MOUNTPOINT: Mount Point
A physical mounting location on a tower face for attaching antennas, dishes, or other equipment.
Default definition. This article describes the default
MOUNTPOINT 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 MOUNTPOINT.Entity properties
| Property | Value |
|---|---|
| Entity code | MOUNTPOINT |
| Display name | Mount Point |
| Plural | Mount Points |
| Level | 39000 |
Use cases
MOUNTPOINT is the fourth level in the tower hierarchy (TOW > TOWSEC > TOWFACE > MOUNTPOINT > MOUNTEQP). Each mount point is positioned within the tower structure via readonly references to its parent TOW, TOWSEC, and TOWFACE (readonly because these are set when the mount point is created from the parent context). Position fields capture height above ground level (AGL in metres), azimuth (compass bearing in degrees), and downtilt (antenna angle).
Fields
General
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Mount Point Code |
tower | reference → TOW | Tower Read only. | |
section | reference → TOWSEC | Tower Section Read only. | |
face | reference → TOWFACE | Tower Face Read only. | |
mountType | reference → MOUNTTYPE | Mount Type Read only. |
Position & Status
| Field | Type | Required | Notes |
|---|---|---|---|
heightAgl | number | Height AGL (m) | |
azimuth | number | Azimuth (degrees) | |
downtilt | number | Downtilt (degrees) | |
status | reference → MOUNTSTATUS | Status | |
mountedAsset | reference → COMPINV | Asset currently mounted (antenna, dish, RRU, etc.) | |
installDate | date | Installation Date | |
plannedRemovalDate | date | Planned Removal Date |
Mounting
| Field | Type | Required | Notes |
|---|---|---|---|
maxLoad | number | Maximum load (Kg) | |
boltPattern | text | Bolt pattern | |
boltSize | text | Bolt size | |
torqueSpecNm | text | Torque Spec (Nm) | |
notes | text (multi-line) | Notes | |
manufacturer | reference → VEN | Mount manufacturer | |
modelNumber | text | Model number | |
installguide | text (URL) | Installation guide | |
dimHeight | number | Dimensions height (cm) | |
dimWidth | number | Dimensions width (cm) | |
dimDepth | number | Dimensions depth (cm) | |
weight | number | Weight (Kg) | |
finishType | text | Finish type |
Relationships
- Lookups:
towerpoints at aTOWrecord.sectionpoints at aTOWSECrecord.facepoints at aTOWFACErecord.mountTypepoints at aMOUNTTYPErecord.statuspoints at aMOUNTSTATUSrecord.mountedAssetpoints at aCOMPINVrecord.manufacturerpoints at aVENrecord. - Related lists:
MOUNTEQP.
Creating a Mount Point via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "MOUNTPOINT",
"level": 39000,
"comboKey": "SUB:<your-sub-id>|ENT:",
"name": "EX",
"tower": "",
"section": "",
"face": ""
}
Listing Mount Points records
# All mount points in your tenant
GET /v1/entities/MOUNTPOINT/SUB