HTTP/1.1 200 OK
Accept-Ranges: bytes
Cache-Control: must-revalidate, private, max-age=0
Content-Type: application/json; charset=utf-8
Status: 200
X-Rate-Limit-Limit: 60
X-Rate-Limit-Remaining: 59
X-Rate-Limit-Reset: 2
Content-Length: 3517
Connection: keep-alive

{
    "total_entries": 2,
    "_links": {
        "self": {
            "href": "/api/v2/topics/1/articles?page=1&per_page=50",
            "class": "page"
        },
        "first": {
            "href": "/api/v2/topics/1/articles?page=1&per_page=50",
            "class": "page"
        },
        "last": {
            "href": "/api/v2/topics/1/articles?page=1&per_page=50",
            "class": "page"
        },
        "previous": null,
        "next": null
    },
    "_embedded": {
        "entries": [{
            "subject": "Awesome Subject",
            "body": "<p>Awesome apples</p>",
            "body_email": "Email for Awesome apples",
            "body_email_auto": false,
            "body_chat": "Awesome apples",
            "body_chat_auto": true,
            "body_web_callback": "<p>Awesome Apples</p>",
            "body_web_callback_auto": false,
            "body_twitter": "Awesome apples",
            "body_twitter_auto": true,
            "body_qna": "Awesome apples",
            "body_qna_auto": true,
            "body_phone": "Awesome apples",
            "body_phone_auto": true,
            "body_facebook": "Awesome apples",
            "body_facebook_auto": true,
            "keywords": null,
            "position": 1,
            "quickcode": "APPLES",
            "in_support_center": false,
            "internal_notes": null,
            "publish_at": "2013-05-24T16:55:02Z",
            "created_at": "2013-05-24T16:50:02Z",
            "updated_at": "2013-05-24T16:55:02Z",
            "_links": {
                "self": {
                    "href": "/api/v2/articles/1",
                    "class": "article"
                },
                "topic": {
                    "href": "/api/v2/topics/1",
                    "class": "topic"
                },
                "translations": {
                    "href": "/api/v2/articles/1/translations",
                    "class": "article_translation"
                }
            }
        },
        {
            "subject": "Awesome Subject",
            "body": "<p>Awesome bananas</p>",
            "body_email": "Email for Awesome bananas",
            "body_email_auto": false,
            "body_chat": "Awesome bananas",
            "body_chat_auto": true,
            "body_web_callback": "<p>Awesome Bananas</p>",
            "body_web_callback_auto": false,
            "body_twitter": "Awesome bananas",
            "body_twitter_auto": true,
            "body_qna": "Awesome bananas",
            "body_qna_auto": true,
            "body_phone": "Awesome bananas",
            "body_phone_auto": true,
            "body_facebook": "Awesome bananas",
            "body_facebook_auto": true,
            "keywords": null,
            "position": 2,
            "quickcode": "BANANAS",
            "in_support_center": false,
            "internal_notes": null,
            "publish_at": "2013-05-24T16:55:02Z",
            "created_at": "2013-05-24T16:50:02Z",
            "updated_at": "2013-05-24T16:55:02Z",
            "_links": {
                "self": {
                    "href": "/api/v2/articles/2",
                    "class": "article"
                },
                "topic": {
                    "href": "/api/v2/topics/1",
                    "class": "topic"
                },
                "translations": {
                    "href": "/api/v2/articles/2/translations",
                    "class": "article_translation"
                }
            }
        }]
    }
}
