get_data_log
GET /data_logs/:id
Get a single data_log
- Rails
require 'rest-client'
data_log_id = 'PUT-YOUR-DATA_LOG-ID-HERE'
RestClient::Request.execute method: :get,
url: "https://api.diduenjoy.com/api/v1/data_logs/#{data_log_id}",
user: 'PUT-YOUR-API-KEY-HERE'
attributes
| attribute | description |
|---|---|
| data_id string | id of the related data |
| data_modified string | type of the modified data |
| operation_type string | operation type ('delete','soft_delete','restore','update_rating','solved','add_message','change_tag','rename') |
| created_at datetime | data_log creation date |