DemandFlow Support Centre

STUDIODASH: Studio Dashboard

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The STUDIODASH entity represents a studio dashboard record in DemandFlow.

STUDIODASH: Studio Dashboard

The STUDIODASH entity represents studio dashboard records in DemandFlow.

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

Entity properties

PropertyValue
Entity codeSTUDIODASH
Display nameStudio Dashboard
PluralStudio Dashboards
Level11100

Use cases

General-purpose Studio Dashboard records.

Fields

General

FieldTypeRequiredNotes
nametextYesName.

Relationships

No declared relationships in the default definition.

Creating a Studio Dashboard via the API

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

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

Listing Studio Dashboards

GET /v1/entities/STUDIODASH/SUB

See also

studiodashstudiodashboarddashboardsstudiodashboards

Was this article helpful?

← Back to Knowledge Base