翻訳依頼の情報を格納するオブジェクト
依頼のオブジェクト
0
: Pending
公開処理中1
: Listing
翻訳者募集中 2
: Translating
翻訳者が翻訳中3
: Cancelled
依頼者によってキャンセル4
: Completed
翻訳され依頼完了済み5
: Expired
複数人の翻訳者が翻訳を投稿できなかったため、依頼をキャンセル6
: Translated
投稿された翻訳に対して要望等を翻訳者に修正してもらう期間。翻訳投稿後24時間たつと自動的に4
(Completed)に変更される{
"id": 6,
"project_id": 3,
"question_source_id": 7,
"user_id": 107,
"title": "body2<hoge>ddd</hoge>",
"letter_count": 8,
"language_id": "ja",
"translated_language_id": "en",
"status": 0,
"status_text": "pending",
"total_point": 32,
"created_at": "2014-06-10T10:32:50.000+09:00",
"updated_at": "2014-06-10T10:32:50.000+09:00",
"custom_field": null,
"description": "",
"ended_at": null,
"grab_expires_at": null,
"translated_at": null,
"individual": false,
"double_check": false,
"escape_text": false,
"url": "https://biz.conyac.cc/api/v1/questions/6",
"html_url": "https://conyac.cc/b/projects/3/questions/6",
"cancelable": true,
"organization_id": 4,
"file_type": "html_text",
"user": {
"id": 107,
"login": "test10",
"created_at": "2014-06-10T10:32:38.000+09:00",
"updated_at": "2014-06-10T10:32:38.000+09:00",
"locale": "en",
"picture_url": "https://secure.gravatar.com/avatar/55502f40dc8b7c769880b10874abc9d0.png?d=identicon&r=PG&s=48",
"translator": false
},
"language": {
"id": "ja",
"localized_name": "Japanese"
},
"translated_language": {
"id": "en",
"localized_name": "English"
},
"translation": {
"revision_number": 0,
"submitted": false,
"download_url": null,
"downloadable": false,
"submitted_at": null,
"user_id": null,
"url": null,
"html_url": null
}
}