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
The Id of the Survey record to retrieve.
Code Examples
Response
200
ID of the business linked to this record.
Display name of the linked business (read-only).
The name value for this survey.
Free-text description of this survey.
Whether this survey is currently active.
Date/time value for next delivery date.
The delivery rate value for this survey.
The delivery frequency value for this survey. See
eSurveyDeliveryFrequency enum values: 1 = Weeks, 2 = Months, 3 = Years.The delivery rate maximum value for this survey.
The delivery frequency maximum value for this survey. See
eSurveyDeliveryFrequency enum values: 1 = Weeks, 2 = Months, 3 = Years.Date/time value for start date.
ID of the scheduled job associated with this record.
Whether only for contacts is enabled.
Whether only for members is enabled.
List of tariffs linked to this record.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one Survey