Check for file or directory properties

head/sessions/{sessionId}/files/{fileOrDirectoryPath}
Internal-Use Only

Determines whether the specified file or directory exists.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
fileOrDirectoryPath
string
true

Specifies the file or directory path. In the path value, replace each forward slash with fs.

sessionId
string<object-id>
true

Specifies the ID of the session.

Query Parameters

NameTypeRequiredDescription
expandPath
boolean
false

Specifies whether to return fully qualified paths in response links.

Default:
false

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
404Not FoundNo resource exists at the requested path.