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
| Property | Value |
|---|---|
| Entity code | MOUNTSTATUS |
| Display name | Mount Status |
| Plural | Mount Statuses |
| Level | 39200 |
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
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name |
description | text (multi-line) | Description | |
color | color | Status 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