# Fetch Estimate Scenario Resource Recommendations

Returns an ordered list of Recommendations (up to 1000) for an estimate scenario resource.

Endpoint: GET /recommendations/estimate_scenario_resource
Version: 1.0.0

## Query parameters:

  - `id` (integer, required)
    The ID of the EstimateScenarioResource for which to retrieve recommendations.

## Response 200 fields (application/json):

  - `recommendations` (array)

  - `recommendations.user_id` (integer)
    The ID of the user that is recommended.

  - `recommendations.rank` (integer)
    The rank of the user that is recommended.

## Response 400 fields (application/json):

  - `errors` (array)

  - `errors.type` (string)

  - `errors.message` (string)


