get_question
GET /questions/:id
Get a single question
- Rails
require 'rest-client'
question_id = 'PUT-YOUR-QUESTION-ID-HERE'
RestClient::Request.execute method: :get,
url: "https://api.diduenjoy.com/api/v1/questions/#{question_id}",
user: 'PUT-YOUR-API-KEY-HERE'
attributes
| attribute | description |
|---|---|
| position integer | question position |
| text string | question text |
relationships
| relationship | description |
|---|---|
| survey_language | question survey_language |