DemandFlow Support Centre

DATAROOMACCESS: Data room access

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The DATAROOMACCESS entity stores data room access records in DemandFlow.

DATAROOMACCESS: Data room access

The DATAROOMACCESS entity stores data room access in DemandFlow.

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

Entity properties

PropertyValue
Entity codeDATAROOMACCESS
Display nameData room access
PluralData room access
Level0

Use cases

General-purpose data room access records.

Fields

Details

FieldTypeRequiredNotes
nametextName.

Relationships

  • No declared relationships in the default definition.

Creating a Data room access via the API

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

{
  "entity":   "DATAROOMACCESS",
  "level":    0,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example name"
}

Listing Data room access records

GET /v1/entities/DATAROOMACCESS/SUB:<your-sub-id>

See also

dataroomaccessdataroomaccess

Was this article helpful?

← Back to Knowledge Base