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

{
    "total_entries": 2,
    "_links": {
        "self": {
            "href": "/api/v2/macros/1/actions?page=1&per_page=30",
            "class": "page"
        },
        "first": {
            "href": "/api/v2/macros/1/actions?page=1&per_page=30",
            "class": "page"
        },
        "last": {
            "href": "/api/v2/macros/1/actions?page=1&per_page=30",
            "class": "page"
        },
        "next": null,
        "previous": null
    },
    "_embedded": {
        "entries": [
            {
                "type": "set-case-description",
                "value": "From a VIP Customer",
                "enabled": true,
                "created_at": "2013-06-04T19:44:11Z",
                "updated_at": "2013-06-04T19:44:11Z",
                "_links": {
                    "self": {
                        "href": "/api/v2/macros/1/actions/1",
                        "class": "macro_action"
                    },
                    "macro": {
                        "href": "/api/v2/macros/1",
                        "class": "macro"
                    }
                }
            },
            {
                "type": "set-case-priority",
                "value": "10",
                "enabled": true,
                "created_at": "2013-06-04T19:44:11Z",
                "updated_at": "2013-06-04T19:44:11Z",
                "_links": {
                    "self": {
                        "href": "/api/v2/macros/1/actions/2",
                        "class": "macro_action"
                    },
                    "macro": {
                        "href": "/api/v2/macros/1",
                        "class": "macro"
                    }
                }
            }
        ]
    }
}
