Skip to main content

Find risk score data by id​

Find risk score data by id

Path Parameters
  • id uuid required

    ID of the object to retrieve or update

    Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e
Responses

Expected response to a valid request


Schema
  • risk_score object
  • id uuid

    id

  • uid string

    Possible values: >= 32 characters and <= 32 characters

    the uid

  • object_id uuid

    the object id

  • object_type string

    Possible values: [Profile, WorkflowSession]

    the object type

  • overall_score decimal

    Overall score

  • overall_risk_level_id uuid

    the overall risk level id

  • impact_score decimal

    the impact score

  • impact_risk_level_id uuid

    the impact risk level id

  • probability_score decimal

    the probability_score

  • probability_risk_level_id uuid

    The probability risk level id

Loading...