Read One Risk Predictor
GET {{apiPath}}/environments/{{envID}}/riskPredictors/{{riskPredictorID}}
The GET /environments/{{envID}}/riskPredictors/{{riskPredictorID}}
operation returns the identified risk predictor associated with the specified environment.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/riskPredictors/98de670b-1fc9-0299-1a0f-6cdd11729b80"},"environment":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"id":"98de670b-1fc9-0299-1a0f-6cdd11729b80","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"createdAt":"2020-11-01T00:00:00.000Z","createdBy":"SYSTEM_GENERATED","updatedAt":"2024-08-11T14:56:23.886Z","name":"User Location Anomaly","compactName":"userLocationAnomaly","licensed":true,"type":"USER_LOCATION_ANOMALY","condition":{"scores":[{"name":"HIGH","value":"HIGH"},{"name":"LOW","value":"LOW"}]},"tooltip":"predictor.tooltip.user.location.anomaly","deletable":false,"default":{"weight":5,"score":50,"result":{"type":"VALUE"},"evaluated":true},"radius":{"distance":45,"unit":"kilometers"},"days":90}