3.3.5.1.1 GET

The GET method retrieves the metadata information of items under a folder. The metadata includes basic information such as the creation time, item type, modification time, name, path, and size.

This operation is transported by an HTTP GET.

The operation can be invoked through the following URI:

 https://<ServerName>/services/builtin/fileoperationservice.svc/items/index/{index}/count/{count}?path={path}&filter={filter}&sortbyfield={sortbyfield}&ascending={ascending}

The request message for this operation contains the following HTTP headers.

Request header

Usage

Value

Canary

Optional

The value returned in the logon Response Canary header.

The client MUST either pass this header to the server or pass all of following headers to the client.  For more details, see section 2.2.2.5.

Authorization

Optional

The caller's credential is encoded text that is based on user name and password. For more details, see section 2.2.2.4.

AppName

Optional

The application name. For more details, see section 2.2.2.1.

AppVersion

Optional

The application version. For more details, see section 2.2.2.3.

AppPublisherName

Optional

The name of the application publisher. For more details, see section 2.2.2.2.

The response message for this operation can result in the following status codes.

Status code

Description

200

The operation successfully completed.

400

One or more parameters are not valid.

401

Access to the requested resource is denied.

404

The path does not exist.