v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Log

Get the list of historical customer-level operations.

Get the list of customer-level historical operations; such as login, logout, data manipulation, selection or api related operations.

get/api/v2/log/customer

Query parameters

page_numberinteger
Example:1

The number of the page requested.

page_size10 | 20 | 30
Example:10

The number of result items in a single response.

date_range'LastWeek' | 'Last2Weeks' | 'Last1Month' | 'Last3Months' | 'Last6Months' | 'Last1Year' required
Example:LastWeek

The date range that the historical operation entries.

querystring
Example:Api Copy Company

A text that will be searched on Action, Description and the Insert User fields.

Response

Success

Action'Login' | 'Logout' | 'License' | 'Data Select' | 'Data Manipulation' | 'Report View' | 'Api New Company' | 'Api Copy Company' | 'Api Deleted Company' | 'Api New Domain' | 'Api Exposure Update' | 'Api Unique Upload' | 'Api Unique Upload Base32' | 'Excessive Finding Elimination' | 'API Key' | 'User Operations' | 'Customer Operations'

The type of the operation.

Descriptionstring

An informally formatted details of the operation.

InsertDatestring date-time

The date of this operation.

InsertUserstring

The Client ID performed the operation, which can be an email address or string 'API'.

IpAddressstring

IP address of the user's action.

Example response

[
  {
    "Action": "Login",
    "Description": "Description:GDPR file Company:Acme, Inc UploadFile:gdpr_493.pdf.",
    "InsertDate": "2021-08-09T08:30:30.682Z",
    "InsertUser": "john.doe@acmeinc.com",
    "IpAddress": "192.168.3.3"
  }
]