DemandFlow Support Centre

SURVEYRESP: Survey response

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

SURVEYRESP: Survey response

The SURVEYRESP entity represents survey response records in DemandFlow.

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

Entity properties

PropertyValue
Entity codeSURVEYRESP
Display nameSurvey response
PluralSurvey responses
Level523

Use cases

General-purpose Survey response records.

Fields

General

FieldTypeRequiredNotes
trackerIdtextTracker ID. Read only.
respondentNametextRespondent. Read only.
questionIdtextQuestion ID. Read only.
questionNametextQuestion. Read only.
questionTypetextType. Read only.
answertextAnswer. Read only.

Relationships

No declared relationships in the default definition.

Creating a Survey response via the API

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

{
  "entity":   "SURVEYRESP",
  "level":    523,
  "comboKey": "SUB:<your-sub-id>|ENT:"
}

Listing Survey responses

GET /v1/entities/SURVEYRESP/SUB

See also

surveyrespsurveyresponseresponsessurveyresponses

Was this article helpful?

← Back to Knowledge Base