ACCESSCONT: Access Control System
Access control system types used at floor and room level (e.g. card reader, biometric, keypad).
Default definition. This article describes the default
ACCESSCONT 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 ACCESSCONT.Entity properties
| Property | Value |
|---|---|
| Entity code | ACCESSCONT |
| Display name | Access Control System |
| Plural | Access Control Systems |
| Level | 250 |
Use cases
ACCESSCONT is a lookup entity referenced by FLOOR and ROOM (as accessControlType) to classify the type of physical access control system protecting a space. Values might include card reader, biometric scanner, PIN keypad, mantrap, turnstile, or combination systems. This is distinct from SECZONE (which defines the security tier) and SITESEC (which lists security systems at the site level). ACCESSCONT focuses specifically on the door/entry access mechanism at the floor and room level. Simple name and description fields with flat definition structure and grid view.
Fields
General: Access Control System
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name. |
description | text (multi-line) | Description. |
Relationships
- No declared relationships in the default definition.
Creating a Access Control System via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "ACCESSCONT",
"level": 250,
"comboKey": "SUB:<your-sub-id>|ENT:",
"name": "Name",
"description": "Description"
}
Listing Access Control Systems records
GET /v1/entities/ACCESSCONT/SUB