DemandFlow Support Centre

SURVEYTRACKER: Survey tracker

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

SURVEYTRACKER: Survey tracker

The SURVEYTRACKER entity represents survey tracker records in DemandFlow.

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

Entity properties

PropertyValue
Entity codeSURVEYTRACKER
Display nameSurvey tracker
PluralSurvey trackers
Level522

Use cases

General-purpose Survey tracker records.

Fields

General

FieldTypeRequiredNotes
nametextYesStaff Name.
stfIdtextStaff ID. Read only.
stfEmailtextEmail. Read only.
trackerIdtextTracker ID. Read only.
statusenumValid ids: pending (Pending), completed (Completed).
sentDatedatetimeSent Date. Read only.
completedDatedatetimeCompleted Date. Read only.

Relationships

No declared relationships in the default definition.

Creating a Survey tracker via the API

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

{
  "entity":   "SURVEYTRACKER",
  "level":    522,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example name",
  "status": "pending"
}

Listing Survey trackers

GET /v1/entities/SURVEYTRACKER/SUB

See also

surveytrackersurveytrackertrackerssurveytrackers

Was this article helpful?

← Back to Knowledge Base