Simple Translation Object

The translation information of a simple question object

Parameters

Request object

  • id
    Unique ID for the simple translation (int)
  • question_id
    Request ID (int)
  • question_body_id
    Question Body ID (int)
  • body
    Body of the request (String)
  • user_id
    User As a unique value (int)
  • trainee
    Is the translator a trainee?
  • posted_at
    Date the translation was posted (Datetime)
  • created_at
    Date of creation (Datetime)
  • updated_at
    Last Modified (Datetime)
  • translated_at
    Translated date (Datetime)
  • comments_count
    Number of comments (int)

Optional

Example

{
  "id": 1824432906,
  "question_id": 107,
  "question_body_id": 1029341678,
  "body": "hoge hoge hoge hoge hoge hoge hoge hoge hoge hoge ",
  "created_at": "2014-06-10T10:32:01.000+09:00",
  "updated_at": "2014-06-10T10:32:24.000+09:00",
  "user_id": 103,
  "trainee": false,
  "posted_at": "2014-06-10T10:32:03.000+09:00",
  "comments_count": 0,
  "user": {
    "id": 103,
    "login": "testf14023639060396569",
    "created_at": "2014-06-10T10:31:46.000+09:00",
    "updated_at": "2014-06-10T10:31:59.000+09:00",
    "locale": "en",
    "picture_url": "https://secure.gravatar.com/avatar/fcc52ba025f2f213479020731e4622b7.png?d=identicon&r=PG&s=48",
    "translator": true,
    "native_language": null,
    "last_accessed_at": "2014-06-10T10:32:10.000+09:00",
    "online_status": 1,
    "online_status_text": "Online",
    "grade_text": "Standard",
    "rate": 100
  }
}