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 (8.0.2.1001)
Syntax
[HttpGetAttribute]
[ActionNameAttribute("LastModifiedTime")]
public HttpResponseMessage GetLastModifiedTime(
	Guid id,
	Nullable<Guid> sessionId = null
)

Parameters

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

Return Value

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