Original JSON output.
1
{
2
    "review_request": {
3
        "absolute_url": "http://127.0.0.1:8080/r/83/", 
4
        "approval_failure": "The review request has not been marked \"Ship It!\"", 
5
        "approved": false, 
6
        "blocks": [], 
7
        "branch": "", 
8
        "bugs_closed": [
9
            "455"
10
        ], 
11
        "changenum": 11, 
12
        "close_description": null, 
13
        "close_description_text_type": "html", 
14
        "commit_id": "11", 
15
        "depends_on": [], 
16
        "description": "<p>A <em>fancy</em> description!</p>", 
17
        "description_text_type": "html", 
18
        "extra_data": {
19
            "beanbag_notefield_notes": "<ul>\n<li>a list item</li>\n<li>another list item<br />\n<strong>And some bold text</strong></li>\n</ul>", 
20
            "beanbag_notefield_notes_text_type": "html", 
21
            "calculated_trophies": true
22
        }, 
23
        "id": 83, 
24
        "issue_dropped_count": 0, 
25
        "issue_open_count": 0, 
26
        "issue_resolved_count": 0, 
27
        "last_updated": "2016-06-04T15:08:54Z", 
28
        "links": {
29
            "changes": {
30
                "href": "http://127.0.0.1:8080/api/review-requests/83/changes/", 
31
                "method": "GET"
32
            }, 
33
            "delete": {
34
                "href": "http://127.0.0.1:8080/api/review-requests/83/", 
35
                "method": "DELETE"
36
            }, 
37
            "diff_context": {
38
                "href": "http://127.0.0.1:8080/api/review-requests/83/diff-context/", 
39
                "method": "GET"
40
            }, 
41
            "diffs": {
42
                "href": "http://127.0.0.1:8080/api/review-requests/83/diffs/", 
43
                "method": "GET"
44
            }, 
45
            "draft": {
46
                "href": "http://127.0.0.1:8080/api/review-requests/83/draft/", 
47
                "method": "GET"
48
            }, 
49
            "file_attachments": {
50
                "href": "http://127.0.0.1:8080/api/review-requests/83/file-attachments/", 
51
                "method": "GET"
52
            }, 
53
            "last_update": {
54
                "href": "http://127.0.0.1:8080/api/review-requests/83/last-update/", 
55
                "method": "GET"
56
            }, 
57
            "repository": {
58
                "href": "http://127.0.0.1:8080/api/repositories/1/", 
59
                "method": "GET", 
60
                "title": "default"
61
            }, 
62
            "reviews": {
63
                "href": "http://127.0.0.1:8080/api/review-requests/83/reviews/", 
64
                "method": "GET"
65
            }, 
66
            "screenshots": {
67
                "href": "http://127.0.0.1:8080/api/review-requests/83/screenshots/", 
68
                "method": "GET"
69
            }, 
70
            "self": {
71
                "href": "http://127.0.0.1:8080/api/review-requests/83/", 
72
                "method": "GET"
73
            }, 
74
            "submitter": {
75
                "href": "http://127.0.0.1:8080/api/users/gmyers/", 
76
                "method": "GET", 
77
                "title": "gmyers"
78
            }, 
79
            "update": {
80
                "href": "http://127.0.0.1:8080/api/review-requests/83/", 
81
                "method": "PUT"
82
            }
83
        }, 
84
        "public": true, 
85
        "raw_text_fields": {
86
            "close_description": null, 
87
            "close_description_text_type": "plain", 
88
            "description": "A *fancy* description!", 
89
            "description_text_type": "markdown", 
90
            "testing_done": "", 
91
            "testing_done_text_type": "plain"
92
        }, 
93
        "ship_it_count": 0, 
94
        "status": "pending", 
95
        "summary": "Add a copy of 1.txt", 
96
        "target_groups": [], 
97
        "target_people": [
98
            {
99
                "href": "http://127.0.0.1:8080/api/users/gmyers/", 
100
                "method": "GET", 
101
                "title": "gmyers"
102
            }
103
        ], 
104
        "testing_done": "", 
105
        "testing_done_text_type": "html", 
106
        "text_type": null, 
107
        "time_added": "2016-06-01T02:04:56Z", 
108
        "url": "/r/83/"
109
    }, 
110
    "stat": "ok"
111
}
Loading...