DemandFlow Support Centre

SITESEC: Security system

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Security system types deployed at sites (e.g. CCTV, access control, intrusion detection).

SITESEC: Security system

The SITESEC entity: Security system types deployed at sites (e.g. CCTV, access control, intrusion detection).

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

Entity properties

PropertyValue
Entity codeSITESEC
Display nameSecurity system
PluralSite systems
Level40000

Use cases

SITESEC is a lookup entity referenced by SITE (as securitySystems with multi:true) to catalogue the types of security systems deployed at a facility. Values might include CCTV, card access, biometric scanners, intrusion detection, perimeter fencing, mantraps, etc. The multi-select usage on SITE allows a single site to declare all security systems present.

Simple name and description fields with flat definition structure and grid view.

Fields

Security system

FieldTypeRequiredNotes
nametextYesName
descriptiontext (multi-line)Description

Relationships

  • No declared relationships in the default definition.

Creating a Security system via the API

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

{
  "entity":   "SITESEC",
  "level":    40000,
  "comboKey": "SUB:|ENT:",
  "name":    "Example name",
  "description":    "Example Description"
}

Listing Site systems records

GET /v1/entities/SITESEC/SUB

See also

sitesecsecurity systemsite systemsentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base