ActionLog
Access to Action Log objects not belonging to the current logged in user is granted only to administrative users.
Path parameters
strTokenstringRequired
The login token
strUserIDstringRequired
The ID of the User object
strDateFromstringOptional
The optional begin of the date interval, in UTC time, in the format yyyyMMddHHmmssfff
strDateTostringOptional
The optional end of the date interval, in UTC time, in the format yyyyMMddHHmmssfff
Responses
200
Success
get
GET /api/v2/UserActionLogs/{strToken}/{strUserID}/{strDateFrom}/{strDateTo} HTTP/1.1
Host:
Accept: */*
200
Success
{
"actionLogs": [
{
"actionLogID": "text",
"timestamp": "2025-07-23T11:34:23.564Z",
"type": "text",
"userID": "text",
"loginToken": "text",
"memoriID": "text",
"integrationID": "text",
"invitationID": "text",
"assetURL": "text",
"userAgent": "text",
"ipAddress": "text"
}
],
"requestID": 1,
"requestDateTime": "2025-07-23T11:34:23.564Z",
"resultCode": 1,
"resultMessage": "text"
}
Access to Action Log objects not belonging to the current logged in user is granted only to administrative users.
Path parameters
strTokenstringRequired
The login token
strMemoriIDstringRequired
The ID of the Memori object
strDateFromstringOptional
The optional begin of the date interval, in the format yyyyMMddHHmmssfff
strDateTostringOptional
The optional end of the date interval, in the format yyyyMMddHHmmssfff
Responses
200
Success
get
GET /api/v2/MemoriActionLogs/{strToken}/{strMemoriID}/{strDateFrom}/{strDateTo} HTTP/1.1
Host:
Accept: */*
200
Success
{
"actionLogs": [
{
"actionLogID": "text",
"timestamp": "2025-07-23T11:34:23.564Z",
"type": "text",
"userID": "text",
"loginToken": "text",
"memoriID": "text",
"integrationID": "text",
"invitationID": "text",
"assetURL": "text",
"userAgent": "text",
"ipAddress": "text"
}
],
"requestID": 1,
"requestDateTime": "2025-07-23T11:34:23.564Z",
"resultCode": 1,
"resultMessage": "text"
}