DemandFlow Support Centre

SITESTATUS: Site status

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Lifecycle status values for sites and buildings (e.g. active, planned, decommissioned).

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

PropertyValue
Entity codeSITESTATUS
Display nameSite status
PluralSite statuses
Level40000

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

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

See also

sitestatussite statussite statusesentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base