GET Question by id
Question by id
GET
https://api.feedbackly.com/v5.0.2/questions/:id
Gets a specific question by id
Path Parameters
Name | Type | Description |
---|---|---|
id | string | Question id |
Query Parameters
Name | Type | Description |
---|---|---|
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 |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Authentication token to access the API eg: 'Authorization': 'ey0iuefg.834xcunerun348efnsd' |
Request Return type
Returns Question Data object
Last updated