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: 888
Connection: keep-alive

{
    "external_id": null,
    "subject": "Welcome",
    "priority": 5,
    "locked_until": null,
    "description": null,
    "status": "new",
    "type": "email",
    "labels": [
        "Spam",
        "Test"
    ],
    "created_at": "2012-05-02T21:38:48Z",
    "updated_at": "2012-05-02T21:38:48Z",
    "active_at": null,
    "received_at": "2012-05-02T21:38:48Z",
    "custom_fields": {
        "level": "vip"
    },
    "_links": {
        "self": {
            "href": "/api/v2/cases/1",
            "class": "case"
        },
        "customer": {
            "href": "/api/v2/customers/1",
            "class": "customer"
        },
        "assigned_user": {
            "href": "/api/v2/users/2",
            "class": "user"
        },
        "assigned_group": {
            "href": "/api/v2/groups/1",
            "class": "group"
        },
        "locked_by": null
    }
}
