Get identity outlier's contibuting features

GET {{baseUrl}}/outliers/:outlierId/contributing-features

This API returns a list of contributing feature objects for a single outlier. The object contains: feature name, feature value type, value, importance, display name (translated text or message key), description (translated text or message key), translation messages object Requires authorization scope of 'iai:outliers-management:read'

Request Params

KeyDatatypeRequiredDescription
limitnumberMax number of results to return.
See V3 API Standard Collection Parameters for more information.
offsetnumberOffset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information.
countbooleanIf true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored.

Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.

See V3 API Standard Collection Parameters for more information. | | include-translation-messages | string | | Whether or not to include translation messages object in returned response | | sorters | string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters

Sorting is supported for the following fields: importance |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"id":"66e38828-5017-47af-92ff-9844871352c5","name":"entitlement_count","valueType":"INTEGER","value":0.8742368755947265,"importance":-0.15,"displayName":"Number of entitlements","description":"The total number of entitlements belonging to an identity","translationMessages":{"displayName":{"key":"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH","values":["75","department"]},"description":{"key":"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH","values":["75","department"]}}},{"id":"66e38828-5017-47af-92ff-9844871352c5","name":"entitlement_count","valueType":"INTEGER","value":0.999061475787294,"importance":-0.15,"displayName":"Number of entitlements","description":"The total number of entitlements belonging to an identity","translationMessages":{"displayName":{"key":"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH","values":["75","department"]},"description":{"key":"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH","values":["75","department"]}}}]