Returns a Recommendation Based on Object
POST {{baseUrl}}/recommendations/request
The getRecommendations API returns recommendations based on the requested object. The recommendations are invoked by IdentityIQ and IdentityNow plug-ins that retrieve recommendations based on the performed calculations.
Request Body
{"requests"=>[{"identityId"=>"2c938083633d259901633d25c68c00fa", "item"=>{"id"=>"2c938083633d259901633d2623ec0375", "type"=>"ENTITLEMENT"}}, {"identityId"=>"2c938083633d259901633d25c68c00fa", "item"=>{"id"=>"2c938083633d259901633d2623ec0375", "type"=>"ENTITLEMENT"}}], "excludeInterpretations"=>"false", "includeTranslationMessages"=>"false", "includeDebugInformation"=>"false", "prescribeMode"=>"false"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"response":[{"request":{"identityId":"2c938083633d259901633d25c68c00fa","item":{"id":"2c938083633d259901633d2623ec0375","type":"ENTITLEMENT"}},"recommendation":"YES","interpretations":["75% of identities with the same department have this access. This information had a high impact on the overall score.","67% of identities with the same peer group have this access. This information had a low impact on the overall score.","42% of identities with the same location have this access. This information had a low impact on the overall score."],"translationMessages":[{"key":"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH","values":["75","department"]}],"recommenderCalculations":{"identityId":"2c91808457d8f3ab0157e3e62cb4213c","entitlementId":"2c91809050db617d0150e0bf3215385e","recommendation":"YES","overallWeightedScore":-87715458.21857569,"featureWeightedScores":{"culpa_0d6":-49992243.13283075,"Duisfe":-64379423.474800654},"threshold":-36641534.66589766,"identityAttributes":{"reprehenderit6e":{"value":"Lorem ad Excepteur enim"},"ullamco0ab":{"value":"ex laborum culp"}},"featureValues":{"feature":"department","numerator":14,"denominator":14}}},{"request":{"identityId":"2c938083633d259901633d25c68c00fa","item":{"id":"2c938083633d259901633d2623ec0375","type":"ENTITLEMENT"}},"recommendation":"YES","interpretations":["75% of identities with the same department have this access. This information had a high impact on the overall score.","67% of identities with the same peer group have this access. This information had a low impact on the overall score.","42% of identities with the same location have this access. This information had a low impact on the overall score."],"translationMessages":[{"key":"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH","values":["75","department"]}],"recommenderCalculations":{"identityId":"2c91808457d8f3ab0157e3e62cb4213c","entitlementId":"2c91809050db617d0150e0bf3215385e","recommendation":"YES","overallWeightedScore":34623332.27083394,"featureWeightedScores":{"nulla_a27":54715746.22480664},"threshold":63375952.3715547,"identityAttributes":{"Duis739":{"value":"eu in voluptate"},"laboris47":{"value":"aliquip occaecat"},"ipsum_35":{"value":"consequat proident"}},"featureValues":{"feature":"department","numerator":14,"denominator":14}}}]}