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:
Returns an ordered list of Recommendations (up to 1000) for an estimate scenario resource.
A list of objects have been retrieved.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "recommendations": [
- {
- "user_id": 0,
- "rank": 0
}
]
}Returns staffing recommendations for a specific unnamed resource in a workspace based on the workspace resource ID.
A list of objects have been retrieved.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "resource_recommendations": [
- {
- "workspace_id": 0,
- "role_name": "string",
- "full_name": "string",
- "total_score": 0,
- "role_score": 0,
- "impact_on_margin_score": 0,
- "availability_score": 0,
- "skill_score": 0
}
]
}Returns staffing recommendations for unnamed resources in a workspace or for all unnamed resources of a specific role.
A list of objects have been retrieved.
Array of objects | |||||||||||||||||
Array
| |||||||||||||||||
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "staffing_recommendations": [
- {
- "workspace_id": 0,
- "role_name": "string",
- "full_name": "string",
- "total_score": 0,
- "role_score": 0,
- "impact_on_margin_score": 0,
- "availability_score": 0,
- "skill_score": 0
}
]
}