get_choice
GET /choices/:id
Get a single choice
- Rails
require 'rest-client'
choice_id = 'PUT-YOUR-CHOICE-ID-HERE'
RestClient::Request.execute method: :get,
url: "https://api.diduenjoy.com/api/v1/choices/#{choice_id}",
user: 'PUT-YOUR-API-KEY-HERE'
attributes
| attribute | description |
|---|---|
| note integer | choice note |
relationships
| relationship | description |
|---|---|
| answer_sets | choice answer_set |
| question | choice question |