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

{
    "name": "My Active Cases",
    "sort": "priority",
    "sort_direction": "desc",
    "position": 1,
    "active": true,
    "_links": {
        "self": {
            "href": "/api/v2/filters/1",
            "class": "filter"
        },
        "group": {
            "href": "/api/v2/groups/1",
            "class": "group"
        },
        "user": {
            "href": "/api/v2/users/1",
            "class": "user"
        }
    }
}
