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