DemandFlow Support Centre

OVIEW: Object view

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The OVIEW entity represents object view records in DemandFlow.

OVIEW: Object view

The OVIEW entity represents object view records in DemandFlow.

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

Entity properties

PropertyValue
Entity codeOVIEW
Display nameObject view
PluralObject views
Level0

Use cases

General-purpose object views records.

Fields

General

FieldTypeRequiredNotes
nametextName.

Relationships

  • No declared relationships in the default definition.

Creating a Object view via the API

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

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

Listing OVIEW records

# All object views in your tenant
GET /v1/entities/OVIEW/SUB

See also

oviewobject viewobject viewsobjectview

Was this article helpful?

← Back to Knowledge Base