Simple Question Body Object

The sentence information of a simple question object

Parameters

The sentence of a request object

  • id
    Unique ID for the simple question body (int)
  • question_id
    ID of the Request (int)
  • display_order
    Order for the question body (int)
  • body
    Body of the request (String)
  • letter_count
    Number of characters (int)
  • created_at
    Date of creation (Datetime)
  • updated_at
    Last Modified (Datetime)
  • url
    URL of details listing
  • html_url
    URL of the current user
  • translated_at
    Translated date (Datetime)

Optional

Example

{
  "id": 1029341678,
  "question_id": 107,
  "display_order": 1,
  "body": "hoge",
  "translated_at": "2014-06-10T10:32:17.000+09:00",
  "letter_count": 4,
  "translations_count": 2,
  "created_at": "2014-06-10T10:31:55.000+09:00",
  "updated_at": "2014-06-10T10:32:24.000+09:00",
  "translations": [
    {
      "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
    },
    {
      "id": 1824432908,
      "question_id": 107,
      "question_body_id": 1029341678,
      "body": "hoge hoge hoge hoge hoge hoge hoge hoge hoge hoge ",
      "created_at": "2014-06-10T10:32:14.000+09:00",
      "updated_at": "2014-06-10T10:32:24.000+09:00",
      "user_id": 104,
      "trainee": false,
      "posted_at": "2014-06-10T10:32:17.000+09:00",
      "comments_count": 0
    }
  ]
}