3.3.5.4.1 EnumerateChildren

The EnumerateChildren method returns the contents of a folder on the WOPI server.

HTTP Verb: GET

URI: HTTP://server/<...>/wopi*/folders/<id>/children?access_token=<token>

The request message for this operation MAY contain the following HTTP headers.

Request header

Usage

Value

X-WOPI-RelativeTarget

A UTF-7 string that specifies the full file path and file name from the root folder. The WOPI server MUST NOT modify the name to fulfill the request.

A string that is a full file path and file name.

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

Status code

Description

200

Success.

404

Folder unknown/User unauthorized.

500

Server error.

501

Unsupported.