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

{
    "total_entries": 2,
    "_links": {
        "self": {
            "href": "/api/v2/custom_fields?page=1&per_page=30",
            "class": "page"
        },
        "first": {
            "href": "/api/v2/custom_fields?page=1&per_page=30",
            "class": "page"
        },
        "last": {
            "href": "/api/v2/custom_fields?page=1&per_page=30",
            "class": "page"
        },
        "next": null,
        "previous": null
    },
    "_embedded": {
        "entries": [
            {
                "name": "frequent_buyer",
                "label": "Frequent Buyer",
                "type": "customer",
                "active": true,
                "data": {
                    "type": "boolean"
                },
                "_links": {
                    "self": {
                        "href": "/api/v2/custom_fields/1",
                        "class": "custom_field"
                    }
                }
            },
            {
                "name": "last_agent",
                "label": "Last Agent to Update",
                "type": "ticket",
                "active": false,
                "data": {
                    "type": "list",
                    "choices": [
                        "Marianne",
                        "Elinor",
                        "Margaret"
                    ]
                },
                "_links": {
                    "self": {
                        "href": "/api/v2/custom_fields/2",
                        "class": "custom_field"
                    }
                }
            }
        ]
    }
}
