get_client
GET /clients/:id
Get a single responder
- Rails
require 'rest-client'
client_id = 'PUT-YOUR-CLIENT-ID-HERE'
RestClient::Request.execute method: :get,
url: "https://api.diduenjoy.com/api/v1/client/#{client_id}",
user: 'PUT-YOUR-API-KEY-HERE'
attributes
| attribute | description |
|---|---|
| email string | client email |
relationships
| relationship | description |
|---|---|
| answer_sets | client answer_sets |