Skip to main content

get_company

GET /companies/:id

Get a single company

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

attributedescription
created_at
datetime
company creation date
updated_at
datetime
company last modification date
name
string
company name

relationships

relationshipdescription
surveyscompany surveys