Ceiling Rate Search View Set

GET /api/v3/search/ceilingrates/?keyword=Project&page=1&page_size=100&filter=education_level:BA&filter=price_range:60,130&filter=experience_range:3,40&filter=business_size:S&filter=site:customer&filter=security_clearance:no&filter=sin:541620.0
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "took": 9,
    "timed_out": false,
    "_shards": {
        "total": 5,
        "successful": 5,
        "skipped": 0,
        "failed": 0
    },
    "hits": {
        "total": {
            "value": 0,
            "relation": "eq"
        },
        "max_score": null,
        "hits": []
    },
    "aggregations": {
        "labor_category": {
            "doc_count_error_upper_bound": 0,
            "sum_other_doc_count": 0,
            "buckets": []
        },
        "security_clearance": {
            "doc_count_error_upper_bound": 0,
            "sum_other_doc_count": 0,
            "buckets": []
        },
        "worksite": {
            "doc_count_error_upper_bound": 0,
            "sum_other_doc_count": 0,
            "buckets": []
        },
        "min_years_experience": {
            "doc_count_error_upper_bound": 0,
            "sum_other_doc_count": 0,
            "buckets": []
        },
        "education_level": {
            "doc_count_error_upper_bound": 0,
            "sum_other_doc_count": 0,
            "buckets": []
        },
        "wage_histogram": {
            "buckets": []
        },
        "current_price": {
            "doc_count_error_upper_bound": 0,
            "sum_other_doc_count": 0,
            "buckets": []
        },
        "business_size": {
            "doc_count_error_upper_bound": 0,
            "sum_other_doc_count": 0,
            "buckets": []
        },
        "median_price": {
            "values": {
                "50.0": null
            }
        },
        "wage_stats": {
            "count": 0,
            "min": null,
            "max": null,
            "avg": null,
            "sum": 0.0,
            "sum_of_squares": null,
            "variance": null,
            "variance_population": null,
            "variance_sampling": null,
            "std_deviation": null,
            "std_deviation_population": null,
            "std_deviation_sampling": null,
            "std_deviation_bounds": {
                "upper": null,
                "lower": null,
                "upper_population": null,
                "lower_population": null,
                "upper_sampling": null,
                "lower_sampling": null
            }
        }
    }
}