DemandFlow Support Centre

MOUNTCONN: Cable connection

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A cable connection on mounted tower equipment, linking antennas to ground infrastructure.

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

PropertyValue
Entity codeMOUNTCONN
Display nameCable connection
PluralCable connections
Level250

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

FieldTypeRequiredNotes
nametextYesName
descriptiontext (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

See also

mountconncableconnectionconnectionscrateentity reference

Was this article helpful?

← Back to Knowledge Base