1. Home
  2. Docs
  3. API Documentation
  4. Vulnerabilities
  5. GetAllVulns

GetAllVulns

Route: https://api.cytrix.io/GetAllVulns

Using this feature will allow you to view all the vulnerabilities that CYTRIX has detected in the scans you have performed.

Note : deleting a certain scan will also delete the vulnerabilities CYTRIX has detected in this scan from the database.

Roles Required: Admin and User. Private Users can only View Vulnerabilities from Scans they created.

Request Syntax

{
    "apiKey": "String"
}

Request Parameters

Parameters being used in the Request

Parameter Name :

apiKey

Parameter Usage and Options :

Your CYTRIX given API Key.

How do I get it ? :

Located in the “Profile” section.

Note : by default, the “API Status” is enabled, unless, the Admin has disabled it in the “Server Settings” section.

Type :

String

Is it Optional ? :

No.


Successful Response


{"Error": 0, "Function": "GetAllVulns", "Data": [{"id": 123456}, {"id": 123456}, {"id": 123456}, {"id": 123456}, {"id": 123456},
{"id": 123456}, {"id": 123456}, {"id": 123456}, {"id": 123456}...
}

Errors and their Possible Causes

For more information, please refer to the General Errors section.