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

{
    "total_entries": 2,
    "_links": {
        "self": {
            "href": "/api/v2/integration_urls?page=1&per_page=30",
            "class": "page"
        },
        "first": {
            "href": "/api/v2/integration_urls?page=1&per_page=30",
            "class": "page"
        },
        "last": {
            "href": "/api/v2/integration_urls?page=1&per_page=30",
            "class": "page"
        },
        "next": null,
        "previous": null
    },
    "_embedded": {
        "entries": [
            {
                "name": "Sample URL",
                "description": "A sample Integration URL",
                "enabled": true,
                "markup": "http://www.example.com/name={{customer.name | url_encode}}",
                "rendered": "http://www.example.com/name=",
                "created_at": "2012-05-02T21:38:48Z",
                "updated_at": "2012-05-02T21:38:48Z",
                "_links": {
                    "self": {
                        "href": "/api/v2/integration_urls/1",
                        "class": "integration_url"
                    }
                }
            },
            {
                "name": "Another URL",
                "description": "A sample Integration URL",
                "enabled": true,
                "markup": "http://www.example.com/caseid={{case.id}}",
                "rendered": "http://www.example.com/caseid=",
                "created_at": "2012-05-02T21:38:48Z",
                "updated_at": "2012-05-02T21:38:48Z",
                "_links": {
                    "self": {
                        "href": "/api/v2/integration_urls/2",
                        "class": "integration_url"
                    }
                },
                "position": 2
            }
        ]
    }
}
