Kantata Kantata OX Knowledge Base
Release Notes
Status Page

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

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

Request
query Parameters
id
required
integer <int32>

The ID of the EstimateScenarioResource for which to retrieve recommendations.

Responses
200

A list of objects have been retrieved.

Response Schema: application/json
Array of objects
Array
user_id
integer <int32>

The ID of the user that is recommended.

rank
integer <int32>

The rank of the user that is recommended.

400

Bad Request

401

Unauthorized request

403

Forbidden request

404

Page Not Found

422

Unprocessable Entity

503

Service is unavailable

get/recommendations/estimate_scenario_resource
Request samples
Response samples
application/json
{
  • "recommendations": [
    ]
}