Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The /api/documentation endpoint now offers new fields and filtering options that provide additional details about the documentation and allow you to filter the documentation by inventory types and records:

    1. New fields:

      1. TBD‘name’

      2. ‘description’

      3. ‘uploaded_at’

      4. ‘uploaded_by_info’ : {

      ‘username’

      ‘firstname’

      ‘lastname’

      ‘email’

      }

      1. ‘Expiration’

      2. links.download_URL

    2. Filtering options:

      TBD

      1. /api/documentation?survey_id=<survey_uuid>

      2. /api/documentation?surveys_product_id=<vendorproduct_uuid>

      3. /api/documentation?surveys_app_id=<app_uuid>

      4. /api/documentation?exceptionrequest_id=<exceptionrequest_uuid>

      5. /api/documentation?app_id=<app_uuid>

      6. /api/documentation?product_id=<product_uuid>

      7. /api/documentation?host_id=<host_uuid>

  2. We’ve upgraded the /api/config to allow customization of /api/riskscores fields

  3. For those utilizing the /api/riskscores, we've introduced qualitative labels like Insignificant, Minor, Moderate, Major, and Severe, alongside the existing integer values for 'inherent' and 'likelihood' fields. Yes, you can edit these labels too!

  4. We added a new deployment field to /api/assessments which will enable the ability to track third-party vendor assessments against vendor deployments and associate attester contacts to the specific deployments (coming in then next version).

...