GET Surveys by id

Survey by id

GET https://api.feedbackly.com/v5.0.3/surveys/:id

Gets question by id

Path Parameters

NameTypeDescription

id

string

Id of the survey

Query Parameters

NameTypeDescription

preferredLanguage

string

Preferred language to show the titles in

Headers

NameTypeDescription

Authorization

string

Authentication token to access the API eg: 'Authorization': 'ey0iuefg.834xcunerun348efnsd'

Request return type

Returns ​Survey data object

Last updated