Open this page in the API Guide

LoggingController.LogEntry Method

Adds a log entry to the system log.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPostAttribute("Log")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(412)]
[ProducesResponseTypeAttribute(440)]
public ActionResult LogEntry(
	[FromBodyAttribute] LogEntryOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.Models.LogEntryOptions
An LogEntryOptions object containing the before date.
sessionId (Optional)
Type: System.Nullable<Guid>
The current session ID.

Return Value

Type: ActionResult
See Also