This commit is contained in:
2018-08-28 15:03:55 +00:00
parent a4e9ed7828
commit d995ce608b
6 changed files with 38 additions and 49 deletions

View File

@@ -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