Simple Translationオブジェクト

Simple翻訳依頼の情報を格納するオブジェクト

Parameters

依頼のオブジェクト

  • id
    Simple Translation を一意に示すユニークなID。数字
  • question_id
    依頼のID。数字
  • question_body_id
    表示順。数字
  • body
    依頼文字列
  • user_id
    Userを一意に示すユニークなID。 数字
  • trainee
    Traineeの翻訳かどうか。
  • posted_at
    翻訳が投稿された時間
  • created_at
    登録日時
  • updated_at
    最終更新日時
  • translated_at
    翻訳完了時間
  • comments_count
    コメント数

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
  }
}