GET /File/Exists/{id}/

Determines whether a file with the specified ID exists.
 

Request

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

URI Parameters

URI Parameter Description
sessionId ID of the current session.

Path Parameters

Path Parameter Description
id The ID of the file to check for existence.

Request Body

There is no Request Body for this function.

Response

Response Body

true if a file with the specified ID exists in the specified folder; otherwise false. Or an error code in case of operation failure.