SITESTATUS: Site status
The SITESTATUS entity: Lifecycle status values for sites and buildings (e.g. active, planned, decommissioned).
Default definition. This article describes the default
SITESTATUS 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 SITESTATUS.Entity properties
| Property | Value |
|---|---|
| Entity code | SITESTATUS |
| Display name | Site status |
| Plural | Site statuses |
| Level | 40000 |
Use cases
SITESTATUS is a lookup entity referenced by SITE (as status) and BUILDING (as status) to track the operational lifecycle state. Shared between both entities since sites and buildings follow the same lifecycle (planned, under construction, active, decommissioning, decommissioned). Simple name and description fields with flat definition structure and grid view.
Fields
Site status
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name |
description | text (multi-line) | Description |
Relationships
- No declared relationships in the default definition.
Creating a Site status via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "SITESTATUS",
"level": 40000,
"comboKey": "SUB:|ENT:",
"name": "Example name",
"description": "Example Description"
}
Listing Site statuses records
GET /v1/entities/SITESTATUS/SUB