Ceiling Rate Search View Set

GET /api/v3/search/ceilingrates/?suggest-contains=idv_piid:012
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "took": 0,
    "timed_out": false,
    "_shards": {
        "total": 5,
        "successful": 5,
        "skipped": 0,
        "failed": 0
    },
    "hits": {
        "total": {
            "value": 384,
            "relation": "eq"
        },
        "max_score": null,
        "hits": []
    },
    "aggregations": {
        "idv_piid": {
            "doc_count_error_upper_bound": 0,
            "sum_other_doc_count": 0,
            "buckets": [
                {
                    "key": "GS23F0127R",
                    "doc_count": 222
                },
                {
                    "key": "GS35F0121X",
                    "doc_count": 105
                },
                {
                    "key": "GS10F0012Y",
                    "doc_count": 28
                },
                {
                    "key": "47QTCA23D0012",
                    "doc_count": 11
                },
                {
                    "key": "47QRAA24D0012",
                    "doc_count": 7
                },
                {
                    "key": "GS29F0012S",
                    "doc_count": 6
                },
                {
                    "key": "47QRAA23D0012",
                    "doc_count": 5
                }
            ]
        }
    }
}