MOUNTCONN: Cable connection
A cable connection on mounted tower equipment, linking antennas to ground infrastructure.
Default definition. This article describes the default
MOUNTCONN 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 MOUNTCONN.Entity properties
| Property | Value |
|---|---|
| Entity code | MOUNTCONN |
| Display name | Cable connection |
| Plural | Cable connections |
| Level | 250 |
Use cases
MOUNTCONN represents individual cable connections on MOUNTEQP (mounted equipment) records. Each connection has a name and description to identify the cable run (e. g.
Fields
Cable connection
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name |
description | text (multi-line) | Description |
Relationships
- No declared relationships in the default definition.
Creating a Cable connection via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "MOUNTCONN",
"level": 250,
"comboKey": "SUB:<your-sub-id>|ENT:",
"name": "Example",
"description": "Example text."
}
Listing Cable connections records
# All cable connections in your tenant
GET /v1/entities/MOUNTCONN/SUB