This commit is contained in:
@@ -43,17 +43,16 @@ namespace AyaNova.Api.Controllers
|
||||
}
|
||||
|
||||
|
||||
//TODO: code the log makers in EventLogProcessor
|
||||
//
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Get events as text document for object specified
|
||||
/// Get event log for object and date range specified
|
||||
///
|
||||
/// Required roles:
|
||||
/// Read rights to object type specified
|
||||
///
|
||||
/// </summary>
|
||||
/// <returns>Event log for object</returns>
|
||||
/// <returns>Event log entry list for object</returns>
|
||||
[HttpGet("ObjectLog")]
|
||||
public async Task<IActionResult> GetObjectLog([FromQuery] EventLogOptions opt)
|
||||
{
|
||||
@@ -78,7 +77,7 @@ namespace AyaNova.Api.Controllers
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Get events for a user as text document for object specified
|
||||
/// Get event log entries for a specified user and date range
|
||||
///
|
||||
/// Required roles:
|
||||
/// Read rights to User object or UserId specified must be requestor Id
|
||||
|
||||
Reference in New Issue
Block a user