Surveys
Get one Survey
Retrieve a single Survey record by its Id.
GET
Get one Survey
A Survey defines a questionnaire that can be delivered to customers on a schedule or triggered by specific events. Surveys support configurable delivery frequency and can target specific customer segments.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the Survey-Read role.Path Parameters
integer
required
The Id of the Survey record to retrieve.
Code Examples
Response
200
integer
ID of the business linked to this record.
string
Display name of the linked business (read-only).
string
The name value for this survey.
string
Free-text description of this survey.
boolean
Whether this survey is currently active.
string
Date/time value for next delivery date.
integer
The delivery rate value for this survey.
integer
The delivery frequency value for this survey. See
eSurveyDeliveryFrequency enum values: 1 = Weeks, 2 = Months, 3 = Years.integer
The delivery rate maximum value for this survey.
integer
The delivery frequency maximum value for this survey. See
eSurveyDeliveryFrequency enum values: 1 = Weeks, 2 = Months, 3 = Years.string
Date/time value for start date.
string
ID of the scheduled job associated with this record.
boolean
Whether only for contacts is enabled.
boolean
Whether only for members is enabled.
integer[]
List of tariffs linked to this record.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one Survey