GET /File/LastModifiedTime/{id}/

Gets the file's last modified time for cache comparison.
 

Request

Method Request URI
GET /API/File/LastModifiedTime/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the session.

Path Parameters

Path Parameter Description
id The ID of the file.

Request Body

There is no Request Body for this function.

Response

Response Body

System.DateTime object containing requested information or a status code indicating the reason for a failure.