ODBC Driver for Freshdesk

Build 23.0.8839

Surveys

Query from surveys table

Table Specific Information

Select

Following is an example to select all entries from Surveys table:

SELECT * FROM Surveys

You can also select a specific entry from Surveys table:

SELECT * FROM Surveys WHERE Id = 73000092562

Columns

Name Type ReadOnly Description
Id [KEY] Bigint False

Survey ID.

Title String True

Title of the survey.

Questions String False

Questions associated with the survey.

CreatedAt Datetime True

Survey creation timestamp.

UpdatedAt Datetime True

Survey updated timestamp.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839