DemandFlow Support Centre

MINDMAP: Mindmap

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A mind map document with a name field and interactive mindmap editor for visual brainstorming.

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

PropertyValue
Entity codeMINDMAP
Display nameMindmap
PluralMindmaps
Level11000

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

FieldTypeRequiredNotes
nametextYesName

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

See also

mindmapmindmapsentity reference

Was this article helpful?

← Back to Knowledge Base