get_company
GET /companies/:id
Get a single company
- Rails
require 'rest-client'
company_id = 'PUT-YOUR-COMPANY-ID-HERE'
RestClient::Request.execute method: :get,
url: "https://api.diduenjoy.com/api/v1/companies/#{company_id}",
user: 'PUT-YOUR-API-KEY-HERE'
attributes
| attribute | description |
|---|---|
| created_at datetime | company creation date |
| updated_at datetime | company last modification date |
| name string | company name |
relationships
| relationship | description |
|---|---|
| surveys | company surveys |