FileControllerGetLastModifiedTime Method

GET /File/LastModifiedTime/{id} Gets the file's last modified time for cache comparison.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpGetAttribute]
[ActionNameAttribute("LastModifiedTime")]
public IActionResult GetLastModifiedTime(
	Guid id,
	Guid? sessionId = null
)

Parameters

id
Type: SystemGuid
The ID of the file.
sessionId (Optional)
Type: SystemNullableGuid
ID of the session.

Return Value

Type: IActionResult
DateTime object containing requested information or a status code indicating the reason for a failure.
See Also