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
| Property | Value |
|---|---|
| Entity code | SITESEC |
| Display name | Security system |
| Plural | Site systems |
| Level | 40000 |
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
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name |
description | text (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