GET Questions
Questions
GET
https://api.feedbackly.com/v5.0.3/questions
This endpoint returns the questions of all surveys accessable from your account
Query Parameters
Name | Type | Description |
---|---|---|
skip | number | Number of documents to skip from the start |
preferredLanguage | string | Preferred language to show the question titles in eg. 'en'. If the specified language is not available, it will default to the first available language |
questionId | array | Filter by question ids |
surveyId | array | Survey ids related to the question |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Authentication token to access the API eg: 'Authorization': 'ey0iuefg.834xcunerun348efnsd' |
Request Return type
Field | Type | Example | Description |
data | Question objects | ||
paging | Pagination object |
Last updated