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
| Property | Value |
|---|---|
| Entity code | DATAROOMACCESS |
| Display name | Data room access |
| Plural | Data room access |
| Level | 0 |
Use cases
General-purpose data room access records.
Fields
Details
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Name. |
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>