API Documentation

⌘K
  1. Home
  2. Docs
  3. API Documentation
  4. Discovery
  5. ExportAllDiscovery

ExportAllDiscovery

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

This feature allows you to export the results of all discovery scans.

Roles Required: Admin and User.

Request Syntax

{
    "apiKey": "String",
    "tp": json|raw|csv

}

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.


Parameter Name :

tp

Parameter Usage and Options :

The type/format of the report you wish to export. To learn more about Report Types.

Value :

json|csv|raw.

Type :

String

Is it Optional? :

No.


Successful Response


{
    "Error": 0,
    "Function": "ExportAllDiscovery",
    "Data": "Subdomains For Domain \"nexample.com\":\n\nwww.example.com\n\n"
}

Errors and their Possible Causes

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