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
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"
}
]