DemandFlow Support Centre

MEETING: Meeting

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A governance meeting record with agenda, minutes, attendees, and linked decisions and actions.

MEETING: Meeting

A governance meeting record with agenda, minutes, attendees, and linked decisions and actions.

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

Entity properties

PropertyValue
Entity codeMEETING
Display nameMeeting
PluralMeetings
Level540

Use cases

MEETING provides structured meeting governance within projects. It is linked to projects via comboKey SUB|PJ on its child entities (DECISION and ACTION use format SUB|PJ|MEETING). The meeting_type field classifies meetings (Steering Committee, Progress Review, Technical Review, etc.

Fields

Meeting Details

FieldTypeRequiredNotes
nametextYesMeeting Title
meeting_datedateYesMeeting Date
meeting_typesingleselectMeeting Type
chairreference → userChairperson

Attendees

FieldTypeRequiredNotes
attendeesarray of references → userAttendees
apologiesarray of references → userApologies

Agenda

FieldTypeRequiredNotes
agendatext (multi-line)Agenda
next_meeting_datedateNext Meeting Date

Minutes & Notes

FieldTypeRequiredNotes
minutestext (HTML)Meeting Minutes

Documents

FieldTypeRequiredNotes
attachmentsfile

Relationships

  • Related lists: DECISION (format SUB|PJ|MEETING), ACTION (format SUB|PJ|MEETING).

Creating a Meeting via the API

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

{
  "entity":   "MEETING",
  "level":    540,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "meeting_date": "2026-01-01",
  "chair": "",
  "agenda": "Example text."
}

Listing Meetings records

# All meetings in your tenant
GET /v1/entities/MEETING/SUB

See also

meetingmeetingsentity reference

Was this article helpful?

← Back to Knowledge Base