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
| Property | Value |
|---|---|
| Entity code | SURVEYTRACKER |
| Display name | Survey tracker |
| Plural | Survey trackers |
| Level | 522 |
Use cases
General-purpose Survey tracker records.
Fields
General
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Staff Name. |
stfId | text | Staff ID. Read only. | |
stfEmail | text | Email. Read only. | |
trackerId | text | Tracker ID. Read only. | |
status | enum | Valid ids: pending (Pending), completed (Completed). | |
sentDate | datetime | Sent Date. Read only. | |
completedDate | datetime | Completed 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