DemandFlow Support Centre

SURVEY: Survey

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The SURVEY entity represents a survey record in DemandFlow.

SURVEY: Survey

The SURVEY entity represents survey records in DemandFlow.

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

Entity properties

PropertyValue
Entity codeSURVEY
Display nameSurvey
PluralSurveys
Level520

Use cases

General-purpose Survey records.

Fields

General

FieldTypeRequiredNotes
nametextYesName.
descriptiontext (multi-line)Description.
statusenumValid ids: draft (Draft), active (Active), closed (Closed).
recipientsenumValid ids: staff (Staff), list (List).
emailTexttext (multi-line)Invitation Email Text.
pplListIdreference → PPLLISTPeople List.

Attachments and additional panels

  • Additional panels: portalsetup, dashboard.

Relationships

  • Lookups: pplListId points at a PPLLIST record.
  • Related lists: SURVEYQ via comboKey (format: SUB|SURVEY).

Creating a Survey via the API

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

{
  "entity":   "SURVEY",
  "level":    520,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example name",
  "description": "Example text",
  "status": "draft"
}

Listing Surveys

GET /v1/entities/SURVEY/SUB

See also

surveysurveys

Was this article helpful?

← Back to Knowledge Base