Skip to content

Recommendations

A Recommendation suggests a User for an Unnamed Resource (or some other un-staffed position). The system recommends Users based on how well they match the attributes of a target resource. Attributes include, but are not limited to:

  • Role
  • Skill(s)
  • Single Choice Custom Field(s)
  • Allocation(s).

Fetch Estimate Scenario Resource Recommendations

Request

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

Query
idinteger, (int32)required

The ID of the EstimateScenarioResource for which to retrieve recommendations.

GET
/recommendations/estimate_scenario_resource
curl -i -X GET \
  'https://api.mavenlink.com/api/v1/recommendations/estimate_scenario_resource?id=0'

Responses

A list of Recommendations have been retrieved.

Bodyapplication/json
total_countinteger, (int32)

Total number of recommendations returned.

recommendationsArray of objects
Response
{ "total_count": 0, "recommendations": [ { "user_id": 0, "rank": 0 } ] }