DemandFlow Support Centre

MOUNTSTATUS: Mount Status

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Lifecycle status values for tower mount points and equipment with colour-coded visual indicators.

MOUNTSTATUS: Mount Status

Lifecycle status values for tower mount points and equipment with colour-coded visual indicators.

Default definition. This article describes the default MOUNTSTATUS 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 MOUNTSTATUS.

Entity properties

PropertyValue
Entity codeMOUNTSTATUS
Display nameMount Status
PluralMount Statuses
Level39200

Use cases

MOUNTSTATUS is a lookup entity referenced by the status field on both MOUNTPOINT and MOUNTEQP records. It tracks the availability state of mounting positions and installed equipment. Beyond name and description, it includes a colour field for UI visual indicators (green for available, blue for occupied, yellow for reserved, red for damaged, orange for maintenance).

Fields

Mount Status

FieldTypeRequiredNotes
nametextYesName
descriptiontext (multi-line)Description
colorcolorStatus Color

Relationships

  • No declared relationships in the default definition.

Creating a Mount Status via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "MOUNTSTATUS",
  "level":    39200,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "description": "Example text."
}

Listing Mount Statuses records

# All mount statuses in your tenant
GET /v1/entities/MOUNTSTATUS/SUB

See also

mountstatusmountstatusstatusesmountstatusesentity reference

Was this article helpful?

← Back to Knowledge Base