v1

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

Get the list of historical company-level operations.

Get the list of company-level historical operations.

get/api/v2/log/company

Query parameters

idinteger required
Example:123

The id of the company requested.

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:Fair Parameter Changed

A text that will be searched on CompanyName, LogType, Description and InsertUser fields.

Response

Success

CompanyNamestring

The company name of the log entry.

LogTypestring

The type of the log entry.

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'.

Example response

[
  {
    "CompanyName": "Acme Inc.",
    "LogType": "Fair Parameter Changed",
    "Description": "Description:GDPR file Company:Acme, Inc UploadFile:gdpr_493.pdf.",
    "InsertDate": "2021-08-09T08:30:30.682Z",
    "InsertUser": "john.doe@acmeinc.com"
  }
]