MINDMAP: Mindmap
A mind map document with a name field and interactive mindmap editor for visual brainstorming.
Default definition. This article describes the default
MINDMAP 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 MINDMAP.Entity properties
| Property | Value |
|---|---|
| Entity code | MINDMAP |
| Display name | Mindmap |
| Plural | Mindmaps |
| Level | 11000 |
Use cases
Visual thinking entity using the mindmap row type. Single-panel layout with a hidden form section (just name field with flex: 1) and a mindmap row type that renders an interactive mind map editor. Uses comboFilterAdd SUB|USER for user-scoped data, ensuring each user sees their own mind maps.
Fields
General
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name |
Relationships
- No declared relationships in the default definition.
Creating a Mindmap via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "MINDMAP",
"level": 11000,
"comboKey": "SUB:<your-sub-id>|ENT:",
"name": "Example"
}
Listing Mindmaps records
# All mindmaps in your tenant
GET /v1/entities/MINDMAP/SUB